hxt: A collection of tools for processing XML with Haskell.

[ library, mit, xml ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 7.1, 7.3, 7.4, 7.5, 8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.3.1, 8.3.2, 8.4.0, 8.4.1, 8.5.0, 8.5.1, 8.5.2, 8.5.4, 9.0.0, 9.0.1, 9.1.0, 9.1.1, 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.2.0, 9.2.1, 9.2.2, 9.3.0.1, 9.3.1.0, 9.3.1.1, 9.3.1.2, 9.3.1.3, 9.3.1.4, 9.3.1.5, 9.3.1.6, 9.3.1.7, 9.3.1.9, 9.3.1.10, 9.3.1.11, 9.3.1.12, 9.3.1.13, 9.3.1.14, 9.3.1.15, 9.3.1.16, 9.3.1.18, 9.3.1.21, 9.3.1.22 (info)
Dependencies base (<0), containers (>=0.1), directory (>=1), haskell98 (>=1), HTTP (>=3001.0.4), HUnit (>=1.2), network (>=2.1), parsec (>=2.1 && <3), process (>=1), tagsoup (>=0.6) [details]
License LicenseRef-OtherLicense
Copyright Copyright (c) 2005 Uwe Schmidt
Author
Maintainer Uwe Schmidt <uwe@fh-wedel.de>
Revised Revision 1 made by HerbertValerioRiedel at 2019-05-02T11:36:40Z
Category XML
Home page http://www.fh-wedel.de/~si/HXmlToolbox/index.html
Uploaded by UweSchmidt at 2008-04-24T14:49:20Z
Distributions Arch:9.3.1.22, Debian:9.3.1.18, Fedora:9.3.1.22, FreeBSD:9.3.1.15, LTSHaskell:9.3.1.22, NixOS:9.3.1.22, Stackage:9.3.1.22
Reverse Dependencies 100 direct, 277 indirect [details]
Downloads 85476 total (182 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hxt-8.0.0

[back to package description]
$Id: README,v 1.25 2006/11/15 18:29:08 hxml Exp $

The Haskell XML Toolbox is a collection of tools for processing XML with
Haskell.

The Haskell XML Toolbox is available from:
    http://www.fh-wedel.de/~si/HXmlToolbox/

Detailed information about the features, changes, requirements, installation and documentation
is available from that web page.

A getting started tutorial for HXT is available
under "http://www.haskell.org/haskellwiki/HXT"

good luck

Uwe Schmidt

(uwe@fh-wedel.de)