The xml-types library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children.
WWW: https://john-millikin.com/software/haskell-xml/
None