Popularity
2.8
Declining
Activity
0.0
Stable
1
4
0

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     XML    
Latest version: v0.1

tinyXml alternatives and similar packages

Based on the "XML" category.
Alternatively, view tinyXml alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tinyXml or a related project?

Add another 'XML' Package

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.