TyXML – API reference ¶
Building valid XML tree ¶
| Xhtml |
Typesafe constructors and printers for XHTML 1.0 and 1.1 documents
| Svg |
Typesafe constructors and printers for SVG documents.
| Html5 |
Typesafe constructors and printers for HTML5 documents.
Common DTD's transcriptions ¶
| Xhtml_types |
XHTML types with variants.
| Svg_types |
SVG types with variants.
| Html5_types |
HTML5 types with variants.
Low-level XML manipulation ¶
| Xml |
Basic functions for construction and manipulation of XML tree.
Functorial interface ¶
| Xhtml_f |
Typesafe constructors for XHTML documents (Functorial interface)
| Svg_f |
Typesafe constructors for SVG documents (Functorial interface)
| Html5_f |
Typesafe constructors for HTML5 documents (Functorial interface)
| Xml_iter |
Basic iterators over XML tree (functorial interface).
| Xml_print |
Printer for XML.
OCamlduce ¶
Common DTD's transcriptions ¶
| Xhtml_types_duce |
Helpers ¶
| Xml_print_duce | |
| Xhtml_duce |
Syntax extension and simple parser ¶
| Pa_tyxml |
Syntax extension for HTML5, XHTML or SVG tree creation.
| Simplexmlparser |
Basic camlp4 parser for xml
