Module Eliom_content_core.Svg.D

module D: sig .. end
Typed interface for building valid SVG tree (DOM semantics). See .

module Raw: Svg_sigs.Make(Xml).T  with type (+'a) elt = 'a elt
          and type (+'a) attrib = 'a attrib
include Eliom_content_core.Svg.D.Raw