module Xhtml: sig
.. end
Building and printing valid XHTML tree.
module F: sig
.. end
Typed interface for building valid XHTML (Strict) tree.
module F_01_00: sig
.. end
Typed interface for building valid XHTML (1.0 Strict) tree.
module F_01_01: sig
.. end
Typed interface for building valid XHTML (1.1 Strict) tree.
module Printer: Xml_sigs.Typed_simple_printer
with type 'a elt := 'a F.elt
and type doc := F.doc
XHTML (latest Strict) printer.
module Printer_01_00: Xml_sigs.Typed_simple_printer
with type 'a elt := 'a F_01_00.elt
and type doc := F_01_00.doc
XHTML (1.0 Strict) printer.
module Printer_01_01: Xml_sigs.Typed_simple_printer
with type 'a elt := 'a F_01_01.elt
and type doc := F_01_01.doc
XHTML (1.1 Strict) printer.