ANNOUNCE: HaXml 1.00

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Thu, 16 Nov 2000 16:41:43 +0000


We are pleased to announce

                          HaXml   release 1.00
                          --------------------

HaXml is a library enabling the use of Haskell and XML together,
together with several auxiliary tools for useful XML jobs.  Fuller
details are on the web page.


What's new since 0.9?
---------------------
The main addition is a full treatment of the external subset for DTDs.
The DtdToHaskell tool can now slurp in a single DTD from multiple
files, and also now treats conditional sections (INCLUDE and IGNORE)
correctly.

There is improved error-reporting: lexing and parsing errors now report
the relevant filename, and the line/column positions are more accurate.


Where do I get it?
------------------
Web pages:	http://www.cs.york.ac.uk/fp/HaXml/
FTP site:	ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/

An older version of HaXml is also included in GHC's hslibs, in package
"text".  This will probably be updated to 1.00 at some time.

Regards,
    Malcolm