module Svg: sig
.. end
Building SVG tree.
type +'a
elt
See the Eliom manual for more information on for SVG tree manipulated by client/server
application.
type 'a
wrap = 'a
type 'a
list_wrap = 'a list
type +'a
attrib
type
uri = Eliom_content_core.Xml.uri
Functional semantics
module F: sig
.. end
Typed interface for building valid SVG tree (functional semantics).
DOM semantics
module D: sig
.. end
Typed interface for building valid SVG tree (DOM semantics).
Reactive DOM
module R: sig
.. end
Typed interface for building valid reactive SVG tree.
module Id: sig
.. end
Global node
module Of_dom: sig
.. end