module Eliom_content: sig .. end
This module provides the creation of valid XML content, i.e. XML, SVG,
and (X)HTML5.
See for an explication
of the modules F and D.
This module provides the creation of valid XML content, i.e. XML, SVG,
and (X)HTML5.
See for an explication
of the modules F and D.
module Xml: module type of Eliom_content_core.Xml with
type uri = Eliom_content_core.Xml.uri
and type attrib = Eliom_content_core.Xml.attrib
and type elt = Eliom_content_core.Xml.elt
Low-level XML manipulation.
module Svg: module type of Eliom_content_core.Svg with
type (+'a) elt = 'a Eliom_content_core.Svg.elt
and type uri = Eliom_content_core.Svg.uri
and type 'a attrib = 'a Eliom_content_core.Svg.attrib
Building valid SVG .
module Html5: sig .. end
Building valid (X)HTML5.