I think it is important that a good haskell XML library be included as part of the haskell runtime library given XML's relevance.
-----Original Message----- From: Malcolm Wallace [mailto:Malcolm.Wallace@cs.york.ac.uk] Sent: Thursday, November 16, 2000 8:42 AM To: haskell@haskell.org Subject: ANNOUNCE: HaXml 1.00
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
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
participants (1)
-
Doug Ransom