hextream: Streaming-friendly XML parsers

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Cf README file


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.0
Change log None available
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:35:53Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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: