Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
CxmlSourceProvide types and pretty printing for XML.
Attribute representation.
Representation of nodes.
type document = {version : string;Version, usually 1.0
*)encoding : string;Encoding (only current encoding supported now)
*)standalone : bool;Standalone attribute
*)element : node;Document root element
*)}Representation of an XML document.
Escape the given attribute value for output.
Output an attribute.
Output a node on the given channel.
Output an XML document to the given output channel.