Jump to content

HaXml

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by MarcPrux (talk | contribs) at 10:02, 26 September 2014 (Fixed broken link to package). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

HaXml is a collection of utilities for parsing, filtering, transforming, and generating XML documents using Haskell. Its basic facilities include:

  • a parser for XML,
  • a separate error-correcting parser for HTML,
  • an XML validator,
  • pretty-printers for XML and HTML.

External links