Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | None |
Language | Haskell98 |
A datatype, parser, and pretty printer for XML documents. Re-exports functions defined elsewhere.
Documentation
type AttrList = Attributes Source
Element | |
|
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