hxt: A collection of tools for processing XML with Haskell.
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. This data model makes it possible to use filter functions as a uniform design of XML processing applications. The whole XML parser including the validator parts was implemented using this design. Libraries with filters and combinators are provided for processing the generic data model.
[Skip to Readme]
Modules
[Index]
- Control
- Arrow
- Monad
- Strategies
- Data
- System
- Text
- XML
- HXT
- Text.XML.HXT.Arrow
- Text.XML.HXT.Arrow.DOMInterface
- Text.XML.HXT.Arrow.DTDProcessing
- Text.XML.HXT.Arrow.DocumentInput
- Text.XML.HXT.Arrow.DocumentOutput
- Text.XML.HXT.Arrow.Edit
- Text.XML.HXT.Arrow.GeneralEntitySubstitution
- Text.XML.HXT.Arrow.Namespace
- Text.XML.HXT.Arrow.ParserInterface
- Text.XML.HXT.Arrow.ProcessDocument
- Text.XML.HXT.Arrow.ReadDocument
- Text.XML.HXT.Arrow.WriteDocument
- Text.XML.HXT.Arrow.XmlArrow
- Text.XML.HXT.Arrow.XmlIOStateArrow
- Text.XML.HXT.Arrow.XmlNode
- Text.XML.HXT.Arrow.XmlNodeSet
- Text.XML.HXT.DOM
- Text.XML.HXT.DOM.EditFilters
- Text.XML.HXT.DOM.FormatXmlTree
- Text.XML.HXT.DOM.Namespace
- Text.XML.HXT.DOM.NamespaceFilter
- Text.XML.HXT.DOM.NamespacePredicates
- Text.XML.HXT.DOM.TypeDefs
- Text.XML.HXT.DOM.Unicode
- Text.XML.HXT.DOM.Util
- Text.XML.HXT.DOM.XmlKeywords
- Text.XML.HXT.DOM.XmlOptions
- Text.XML.HXT.DOM.XmlState
- Text.XML.HXT.DOM.XmlTree
- Text.XML.HXT.DOM.XmlTreeFilter
- Text.XML.HXT.DOM.XmlTreeFunctions
- Text.XML.HXT.DOM.XmlTreeTypes
- IO
- Text.XML.HXT.Parser
- Text.XML.HXT.Parser.DTDProcessing
- Text.XML.HXT.Parser.DefaultURI
- Text.XML.HXT.Parser.HtmlParsec
- Text.XML.HXT.Parser.HtmlParser
- Text.XML.HXT.Parser.MainFunctions
- Text.XML.HXT.Parser.ProtocolHandler
- Text.XML.HXT.Parser.ProtocolHandlerFile
- Text.XML.HXT.Parser.ProtocolHandlerHttpCurl
- Text.XML.HXT.Parser.ProtocolHandlerHttpNative
- Text.XML.HXT.Parser.ProtocolHandlerHttpNativeOrCurl
- Text.XML.HXT.Parser.ProtocolHandlerUtil
- Text.XML.HXT.Parser.XmlCharParser
- Text.XML.HXT.Parser.XmlDTDParser
- Text.XML.HXT.Parser.XmlDTDTokenParser
- Text.XML.HXT.Parser.XmlInput
- Text.XML.HXT.Parser.XmlOutput
- Text.XML.HXT.Parser.XmlParsec
- Text.XML.HXT.Parser.XmlParser
- Text.XML.HXT.Parser.XmlTokenParser
- Text.XML.HXT.RelaxNG
- Text.XML.HXT.RelaxNG.CreatePattern
- Text.XML.HXT.RelaxNG.DataTypeLibMysql
- Text.XML.HXT.RelaxNG.DataTypeLibUtils
- Text.XML.HXT.RelaxNG.DataTypeLibW3C
- Text.XML.HXT.RelaxNG.DataTypeLibraries
- Text.XML.HXT.RelaxNG.DataTypes
- Text.XML.HXT.RelaxNG.PatternFunctions
- Text.XML.HXT.RelaxNG.PatternToString
- Text.XML.HXT.RelaxNG.Schema
- Text.XML.HXT.RelaxNG.SchemaGrammar
- Text.XML.HXT.RelaxNG.Simplification
- Text.XML.HXT.RelaxNG.Utils
- Text.XML.HXT.RelaxNG.Validation
- Text.XML.HXT.RelaxNG.Validator
- Validator
- Text.XML.HXT.Validator.AttributeValueValidation
- Text.XML.HXT.Validator.DTDValidation
- Text.XML.HXT.Validator.DocTransformation
- Text.XML.HXT.Validator.DocValidation
- Text.XML.HXT.Validator.IdValidation
- Text.XML.HXT.Validator.RE
- Text.XML.HXT.Validator.Validation
- Text.XML.HXT.Validator.ValidationFilter
- Text.XML.HXT.Validator.XmlRE
- Text.XML.HXT.XPath
- XSLT
- Text.XML.HXT.Arrow
- HXT
- XML
Downloads
- hxt-7.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, haskell98, HTTP, HUnit, network, parsec [details] |
License | LicenseRef-OtherLicense |
Copyright | Copyright (c) 2005 Uwe Schmidt |
Author | |
Maintainer | Uwe Schmidt <uwe@fh-wedel.de> |
Category | Text |
Home page | http://www.fh-wedel.de/~si/HXmlToolbox/index.html |
Uploaded | by IsaacJones at 2007-02-05T05:23:41Z |
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 | 101 direct, 283 indirect [details] |
Downloads | 87220 total (22 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] |