@hackage xml-basic0.1.3
Basics for XML/HTML representation and processing
Installation
Dependencies (7)
- base >=2 && <5
- containers >=0.1 && <0.6
- data-accessor >=0.2 && <0.3
- explicit-exception >=0.1.3 && <0.2
- semigroups >=0.1 && <1.0
- special-functors >=1.0 && <1.1 Show all…
Dependents (8)
@hackage/tagchup, @hackage/acme-everything, @hackage/tagsoup-ht, @hackage/doc-review, @hackage/classify-frog, @hackage/wraxml, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
We provide basic data types for XML representation, like names, attributes, entities. Yes we try hard to get type safe XML handling out of Haskell 98. We also provide information about exceptional HTML tags, like self-closing tags. This package provides common functionality that is both needed in list (tagchup) and tree (wraxml) representations of XML.