tyxml index
Library tyxml
This library exposes the following toplevel modules:
TyxmlTyped implementation for HTML, SVG and XMLTyxml_htmlTypesafe constructors and printers for Html documents.Tyxml_svgTypesafe constructors and printers for Svg documents.Tyxml_xmlBasic functions for construction and manipulation of XML tree.
Library tyxml.functor
This library exposes the following toplevel modules:
Html_fTypesafe constructors for HTML documents (Functorial interface)Html_sigsHTML signatures for the functorial interface.Html_typesHTML types with variants, goes withHtml_sigs.T.Svg_fTypesafe constructors for SVG documents (Functorial interface)Svg_sigsSVG signatures for the functorial interface.Svg_typesSVG types with variants, goes withSvg_sigs.T.Xml_iterBasic iterators over XML tree (functorial interface).Xml_printPrinting utilities.Xml_sigsXML Signatures.Xml_streamStreaming IO to/from XML treesXml_wrap