Public Modules

module HXML
Package module which simply includes and reexports the HXML public modules listed below.
module XML
Defines data types for XML document instances.
module DTD
Defines data types for XML (and SGML) DTDs
module XMLParse
The parser.
module Tree
Definition of Rose trees, data Tree a = Tree a [Tree a], plus a few miscellaneous utilities.
module TreeBuild
Converters between the stream and tree representations.
module PrintXML
The serializer: converts XML (tree view or stream view) back into a sequence of characters. showXML serializes an XML tree as a string; showEvents serializes a sequence of XMLEvents.
showXML :: Tree XMLNode -> String
showEvents :: [XMLEvent] -> String