About

Metadata

  • Last updated , by PepeIborra
  • License BSD-3-Clause
  • Categories XML
  • Maintained by: pepeiborra@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    debug (off by default)

    enables call stacks and other debug options

Readme

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.