@hackage hexpat0.7
wrapper for expat, the fast XML parser
Installation
Dependencies (10)
- base
- binary >=0.4
- bytestring
- containers
- extensible-exceptions >=0.1 && <0.2
- haskell98 Show all…
Dependents (31)
@hackage/xeno, @hackage/fei-datasets, @hackage/hxt-expat, @hackage/hexpat-pickle-generic, @hackage/mysnapsession, @hackage/hgeometry, Show all…
Expat (http://expat.sourceforge.net/) is a stream-oriented XML parser written in C.
This package provides a Haskell binding for Expat, with a choice of tree or
SAX-style representation, and it includes an XML formatter. It is extensible
to any string type, with String, ByteString and Text provided out of the box.
The emphasis is on speed and simplicity. If you want more complete and powerful XML libraries, consider using HaXml or HXT instead.
Examples and benchmarks: http://haskell.org/haskellwiki/Hexpat/
DARCS repository: http://code.haskell.org/hexpat/