Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Eliom_content

module Eliom_content : sig..end

This module provides the creation of valid XML content, i.e. XML, SVG, and (X)HTML5.

Please read Eliom's manual for more information on HTML generation. You can also have a look at the server API of Eliom_content for an explication of the modules F and D.

module Xml : module type of Eliom_content_core.Xml

Low-level XML manipulation.

module Svg : sig..end

Building valid SVG .

module Html : sig..end

Building valid (X)HTML5.