Module Tyxml

module Tyxml: sig .. end
Typed implementation for HTML, SVG and XML

This is the natural implementation of the TyXML combinators based on an XML data-structure.


module Html: Tyxml_html
Typesafe constructors and printers for HTML documents.
module Svg: Tyxml_svg
Typesafe constructors and printers for Svg documents.
module Xml: Tyxml_xml
Basic functions for construction and manipulation of XML tree.
module Html5: Tyxml_html
Deprecated alias for Tyxml.Html.