HaskellでXML
https://stackoverflow.com/questions/1361307/which-haskell-xml-library-to-use
xml-types
Parser
HXT
これかmrsekut.icon
xml-conduit
これかmrsekut.icon
xml
簡単な処理
Light-weight library for simple parsing and creation of XML documents. It only depends on base, bytestring and text.
https://hackage.haskell.org/package/xml
https://satosystems.hatenablog.com/entry/20130710/1373434182
2019で止まってる
これかmrsekut.icon
HaXml
https://hackage.haskell.org/package/HaXml
複雑な処理
hexpat
https://hackage.haskell.org/package/hexpat
パフォーマンスが良い
xeno
https://hackage.haskell.org/package/xeno
A fast, low-memory use, event-based XML parser in pure Haskell.
RSS
feed
https://hackage.haskell.org/package/feed
rss-conduit
https://hackage.haskell.org/package/rss-conduit
streaming parser