| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | None |
Ideas.Text.XML
Description
A datatype, parser, and pretty printer for XML documents. Re-exports functions defined elsewhere.
Documentation
type AttrList = AttributesSource
Constructors
| Element | |
Fields
| |
data XMLBuilder Source
Instances
makeXML :: String -> XMLBuilder -> XMLSource
compactXML :: XML -> StringSource
class Monoid a => BuildXML a whereSource
Methods
(.=.) :: String -> String -> aSource
unescaped :: String -> aSource
text :: Show s => s -> aSource
Instances
| BuildXML XMLBuilder | |
| BuildXML b => BuildXML (EncoderState st a b) |
module Data.Monoid