| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | Safe |
| Language | Haskell98 |
Ideas.Text.XML
Description
A datatype, parser, and pretty printer for XML documents. Re-exports functions defined elsewhere.
Documentation
type AttrList = Attributes Source #
Constructors
| Element | |
Fields
| |
data XMLBuilder Source #
Instances
compactXML :: Element -> String Source #
fromBuilder :: XMLBuilder -> Maybe Element Source #
module Data.Monoid