@hackage hexpat0.8

wrapper for expat, the fast XML parser

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/