module Svg: sig
.. end
Building and pretty-printing valid SVG tree.
type +'a
elt
See the Eliom manual for more information on for SVG tree manipulated by client/server
application.
type 'a
attrib
type
uri = Eliom_content_core.Xml.uri
module F: Svg_sigs.T
with type Xml.uri = Xml.uri
and type Xml.event_handler = Xml.event_handler
and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt
with
type 'a elt = 'a elt
and type 'a attrib = 'a attrib and type uri = uri
Typed interface for building valid SVG tree (functional
semantics).
module D: Svg_sigs.T
with type Xml.uri = Xml.uri
and type Xml.event_handler = Xml.event_handler
and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt
with
type 'a elt = 'a elt
and type 'a attrib = 'a attrib and type uri = uri
Typed interface for building valid SVG tree (DOM semantics).
module Id: sig
.. end
Node identifiers.
module Printer: Xml_sigs.Typed_simple_printer
with type 'a elt := 'a F.elt
and type doc := F.doc
SVG printer.