HXML, an XML parser in Haskell

HXML is a non-validating XML parser written in Haskell. It is designed for space-efficiency, = taking advantage of lazy evaluation to reduce memory requirements.

HXML also includes a high-level, Arrow-based combinator library inspired by HaXml's XmlLib module. For current XmlLib users, HXML may also be used as a drop-in replacement for the HaXml parser.

Home page: http://www.flightlab.com/~joe/hxml/

Last update: 5 March 2002, HXML version 0.2.