Description
A fast DOM parser for a subset of XML.
Description
Fast DOM parser for XML with no support for entities, CDATA sections nor namespaces.
README.md
tinyXml
TinyXml is a DOM style parsing library for a subset of XML. It is intended to be fast and memory efficient, but it currently has no support for:
- entities,
- CDATA sections, nor
- namespaces.
TinyXml is a reimplementation of Hexml without the cbits, attaining mostly comparable performance in pure (but hardly idiomatic) Haskell.
TinyXml is alpha quality software and not currently used in production anywhere.