hextream: Streaming-friendly XML parsers

[ library, parsing, xml ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0
Dependencies base (>=4.12 && <5), base-compat, containers, parsers, text [details]
License CC0-1.0
Author koral
Maintainer mail@cmoreau.info
Category Parsing, XML
Home page https://github.com/k0ral/hextream
Bug tracker https://github.com/k0ral/hextream/issues
Source repo head: git clone git://github.com/k0ral/hextream.git
Uploaded by koral at 2021-02-27T14:36:25Z
Distributions
Downloads 744 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-27 [all 1 reports]

Readme for hextream-0.3.0.0

[back to package description]

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: