xml-extractors

Extension to the xml package to extract data from parsed xml

https://github.com/holmisen/xml-extractors

Latest on Hackage:0.4.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Johan Holmquist
Maintained by [email protected]

This library provides functions to simplify extraction of data from generic xml tree structures (as produced by parsing xml with the xml package), while handling location information to provide decent error messages in case of errors.

Some limitations

  • Only handles unqualified names. (This is by design to simplify usage.)

  • No column number and sometimes no line number reference in error values.