About

Metadata

  • Last updated , by koral
  • License CC0-1.0
  • Categories XML, Parsers
  • Maintained by: mail@cmoreau.info

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Tested Compilers

  1. 8.10.7
  2. 8.10.6
  3. 8.10.5
  4. 8.10.4
  5. 8.10.3
  6. 8.10.2
  7. 8.10.1
  8. 8.8.4
  9. 8.8.3
  10. 8.8.2
  11. 8.8.1
  12. 8.6.5
  13. 8.6.4
  14. 8.6.3
  15. 8.6.2
  16. 8.6.1

Readme

hextream

This library provides Haskell-native, streaming-friendly XML parsers.

Parsers are organized into 3 layers of increasing abstraction level: low, middle and high. Applications will most probably want to rely on the high-level layer.

The library does not define a data type nor parser for a whole XML document. Instead, parsers operate on XML tokens of various sizes, to allow for a usage in a streaming context (e.g. using streaming-attoparsec, pipes-attoparsec or conduit-attoparsec).

The implementation is based on the following specifications:

Caveats

The following parts of the XML standard are not supported: