package tyxml

  1. Overview
  2. Docs

tyxml 4.0.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

tyxml

Documentation:

  • Tyxml_xml Basic functions for construction and manipulation of XML tree.
  • Tyxml_svg Typesafe constructors and printers for Svg documents.
  • Tyxml_html Typesafe constructors and printers for Html documents.
  • Tyxml Typed implementation for HTML, SVG and XML

tyxml.top

Documentation:

tyxml.tools

Documentation:

  • Tyxml_name Gives the tyxml names for HTML elements and attributes.

tyxml.ppx

Documentation:

  • Ppx_tyxml_empty

tyxml.ppx.internal

Documentation:

  • Ppx_common
  • Html_types_reflected
  • Svg_types_reflected
  • Ppx_attribute_value
  • Ppx_element_content
  • Html_sigs_reflected
  • Svg_sigs_reflected
  • Ppx_namespace
  • Ppx_attributes
  • Ppx_element
  • Ppx_tyxml TyXML ppx library.

tyxml.parser

Documentation:

    tyxml.functor

    Documentation:

    • Xml_wrap
    • Xml_iter Basic iterators over XML tree (functorial interface).
    • Xml_print Printing utilities.
    • Svg_f Typesafe constructors for SVG documents (Functorial interface)
    • Html_f Typesafe constructors for HTML documents (Functorial interface)