module XHTML: sig
.. end
Typesafe constructors and printers for XHTML 1.0 and 1.1 documents
See also W3C Recommendation
Current version
module M: XHTML_sigs.T
with module XML := XML
Concrete implementation of XHTML typesafe constructors
module P: XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M.elt
and type doc := M.doc
Simple printer for XHTML documents (HTML compatible printer)
module MakePrinter:
Parametrized stream printer for XHTML documents (HTML compatible printer)
XHTML 1.1
module M_01_01: XHTML_sigs.T_01_01
with module XML := XML
Concrete implementation of XHTML 1.1 typesafe constructors
module P_01_01: XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc
Simple printer for XHTML 1.1 documents (HTML compatible printer)
module MakePrinter_01_01:
Parametrized stream printer for XHTML 1.1 documents (HTML compatible printer)
XHTML 1.0
module M_01_00: XHTML_sigs.T_01_00
with module XML := XML
Concrete implementation of XHTML 1.0 typesafe constructors
module P_01_00: XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M_01_00.elt
and type doc := M_01_00.doc
Simple printer for XHTML 1.0 documents (HTML compatible printer)
module MakePrinter_01_00:
Parametrized stream printer for XHTML 1.0 documents