Eliom_content.SvgBuilding valid SVG .
See the Eliom manual for more information on <<a_manual
chapter="clientserver-html" fragment="unique"| dom semantics vs. functional
semantics>> for HTML5 tree manipulated by client/server application.
type uri = Xml.urimodule F : sig ... endCreation of functional content (copy-able but not referable).
module D : sig ... endCreation of content with DOM semantics (referable
module R : sig ... endCreation of reactive content
module C : sig ... endCreation of content from client-side values.
module Id : sig ... endNode identifiers
module Manip : sig ... endDOM-like manipulation functions.
module To_dom : sig ... endConversion from Svg elts to Javascript DOM elements (<: <<a_api
project="js_of_ocaml"| class Js_of_ocaml.Dom_html.element >> ). One conversion function per source type (stressed by the of_ prefix).
module Of_dom : sig ... endConversion functions from DOM nodes ( <<a_api project="js_of_ocaml"| type Js_of_ocaml.Dom_html.element>> <<a_api
project="js_of_ocaml"| type Js_of_ocaml.Js.t>> ) to Eliom nodes ( <<a_api | type Eliom_content.Html.elt>> ).