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