Eliom_content_core.Xhtml(3) Building and printing valid XHTML tree.

Module

Module Eliom_content_core.Xhtml

Documentation

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 : sig end

XHTML (latest Strict) printer. See . This printer try to follow the W3C guidelines for HTML compatibility. Hence the resulting string could be serve as well as application/xhtml+xml or text/html . This however has some limitations.

module Printer_01_00 : sig end

XHTML (1.0 Strict) printer. See . This printer try to follow the W3C guidelines for HTML compatibility. Hence the resulting string could be serve as well as application/xhtml+xml or text/html . This however has some limitations.

module Printer_01_01 : sig end

XHTML (1.1 Strict) printer. See . This printer try to follow the W3C guidelines for HTML compatibility. Hence the resulting string could be serve as well as application/xhtml+xml or text/html . This however has some limitations.