Module TyxmlSource

Typed implementation for HTML, SVG and XML

This is the natural implementation of the TyXML combinators based on an XML data-structure. Other implementations are available, see <<a_manual chapter="intro"|the manual>> for details.

Sourcemodule Html = Tyxml_html

Typesafe constructors and printers for HTML documents.

Sourcemodule Svg = Tyxml_svg

Typesafe constructors and printers for Svg documents.

Sourcemodule Xml = Tyxml_xml

Basic functions for construction and manipulation of XML tree.

Sourcemodule Html5 = Tyxml_html

Deprecated alias for Html.