This is server API (go to client)

Module Eliom_pervasives.​XHTML

module XHTML : sig..end

Building and printing valid XHTML tree.


module M : sig..end

Typed interface for building valid XHTML (Strict) tree.

module P : 
  XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M.elt
and type doc := M.doc

XHTML (latest Strict) printer.

module M_01_00 : sig..end

Typed interface for building valid XHTML (1.0 Strict) tree.

module P_01_00 : 
  XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M_01_00.elt
and type doc := M_01_00.doc

XHTML (1.0 Strict) printer.

module M_01_01 : sig..end

Typed interface for building valid XHTML (1.1 Strict) tree.

module P_01_01 : 
  XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc

XHTML (1.1 Strict) printer.