Popularity
1.0
Stable
Activity
0.0
Stable
0
2
0

Monthly Downloads: 16
Programming language: Haskell
License: Creative Commons Zero v1.0 Universal
Tags: Parsing     XML    
Latest version: v0.1.0.1

hextream alternatives and similar packages

Based on the "Parsing" category.
Alternatively, view hextream alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hextream or a related project?

Add another 'Parsing' Package

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).

The implementation is based on the following specifications:

Caveats

The following parts of the XML standard are not supported: