tinyXml alternatives and similar packages
Based on the "XML" category.
Alternatively, view tinyXml alternatives based on common mentions on social networks and blogs.
-
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
tagsoup-megaparsec
A Tag token parser and Tag specific parsing combinators -
hexpat
A general purpose Haskell XML library using Expat to do its parsing -
xsd
Fork of the discontinued xsd haskell package (http://hackage.haskell.org/package/xsd) -
xml-conduit-decode
Support for historical cursors & decoding on top of xml-conduit. Created in the sprit of scalaz-xml.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tinyXml or a related project?
Popular Comparisons
README
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.