Which Haskell XML library to use?

前端 未结 3 606
旧巷少年郎
旧巷少年郎 2020-12-07 13:26

I see that there is a few of XML processing libraries in Haskell.

  • HaXml seems to be the most popular (according to dons)
  • HXT seems to be the most adva
3条回答
  •  抹茶落季
    2020-12-07 13:41

    I would recommend:

    1. xml, if your task is simple
    2. haxml, if your task is complex
    3. hxt, if you like arrows
    4. hexpat if you need high performance

提交回复
热议问题