tinyXml-0.1.0.2: README.md
# tinyXml [](https://hackage.haskell.org/package/tinyXml) [](https://www.stackage.org/package/tinyXml) [](https://travis-ci.org/pepeiborra/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](http://neilmitchell.blogspot.co.uk/2016/12/new-xml-parser-hexml.html) 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.