blob: 57162eee3c6596ac032ae30b63795c5024e570b4 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
The Haskell XML Toolbox uses a generic data model for representing
XML documents including the DTD subset and the document subset.
It contains a validating XML parser, an HTML parser, namespace
support, an XPath expression evaluator, an XSLT library, a RelaxNG
schema validator and functions for serialization and deserialization
of user defined data.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|