boring-xml
is a set of combinators carefully crafted for extracting data from XML documents.
It is not a parsing library, it is instead built on top of xml-conduit
, specifically around Text.XML.Element
.
It is an alternative to Text.XML.Cursor
with a focus on simplicity, return types, and error handling.