@hackage tinyXml0.1.0.2

A fast DOM parser for a subset of XML

tinyXml Hackage version Stackage version Linux Build Status

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.

  • Installation

  • Tested Compilers

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      debug
       (off by default)

      enables call stacks and other debug options