Download List

Project Description

HaXml is a suite of libraries and tools for
manipulating XML documents in Haskell. It
includes a parser, a pretty-printer, a validator,
a combinator library for transforming
documents, and converters for changing a
Haskell datatype into an XML DTD, and for
changing an XML DTD into a set of Haskell
datatypes. There are also tools for a query
language based on XQL.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-12-04 15:15 Back to release list
1.08

A new function, partialValidate, omits the check
for whether the document's root element type
matches the DTD's root element. This is useful to
validate any partial document or sub-document. The
htmlprint function had a small bug which caused it
to loop infinitely if some text was longer than 60
characters without a space. The Xtract parser and
combinators are now included in the HaXml library
package, rather than existing solely for the
Xtract command-line tool. HaXml now works nicely
with ghc-5.04.x, as well as ghc-5.02.x and nhc98.
Tags: Minor bugfixes

Project Resources