| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| 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
makeXML :: String -> XMLBuilder -> XML Source
parseXMLFile :: FilePath -> IO XML Source
compactXML :: Element -> String Source
fromBuilder :: XMLBuilder -> Maybe Element Source
findChildren :: String -> Element -> [Element] Source
module Data.Monoid