Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 546 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 546 Bytes

boring-xml

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.