Path to this page:
Subject: CVS commit: wip/hxt
From: PHO / phonohawk
Date: 2008-07-20 09:01:06
Message id: E1KKSv3-0004CX-P2@sc8-pr-cvs1.sourceforge.net
Log Message:
Import hxt-8.1.0 as wip/hxt.
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with
Haskell. The Haskell XML Toolbox uses a generic data model for
representing XML documents, including the DTD subset and the document
subset, in Haskell. It contains a validating XML parser, a HTML
parser, namespace support, an XPath expression evaluator, an XSLT
library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The libraray make extensive use
of the arrow approach for processing XML.
Files: