hxt-filter: A collection of tools for processing XML with Haskell (Filter variant).

[ library, xml ] [ Propose Tags ]

The Haskell XML Toolbox bases on the ideas of HaXml and HXML. This package is a compatibitlity package for old software working with the filter approach like in HaXml. For new projects it's recomended to use the arrow based library (hxt).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.4.2
Dependencies base (>=4), containers (>=0.1), directory (>=1), filepath (>=1), haskell98 (>=1), HTTP (>=4000.0.4 && <5000), HUnit (>=1.2), hxt (>=8.3), network (>=2.1), parsec (>=2.1 && <3), process (>=1.0.1) [details]
License LicenseRef-OtherLicense
Copyright Copyright (c) 2005-2009 Uwe Schmidt
Author
Maintainer Uwe Schmidt <uwe@fh-wedel.de>
Category XML
Home page http://www.fh-wedel.de/~si/HXmlToolbox/index.html
Uploaded by UweSchmidt at 2009-03-18T16:41:37Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4699 total (9 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-filter-8.3.0

[back to package description]
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/
or from hackage.haskell.org

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

This is the "old" approach with the filters like in HaXmL.
The package name for these modules is "hxt-filter".
It requires the "hxt" package to be installed.
For new projects we strongly recomend the
library based on arrows (package "hxt").

Installation can be done with cabal in the usual way.

Good luck,

Uwe Schmidt

(uwe@fh-wedel.de)