Scroll to navigation

Eliom_content_core.Svg(3o) Eliom_content_core.Svg(3o)

NAME

Eliom_content_core.Svg - Building and pretty-printing valid SVG tree.

Module

Module Eliom_content_core.Svg

Documentation

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 : sig end
 
 
Typed interface for building valid SVG tree (functional semantics). See .
 
 
 
module D : sig end
 
 
Typed interface for building valid SVG tree (DOM semantics). See .
 
 
 
module Id : sig end
 
 
Node identifiers.
 
 
 
module Printer : sig end
 
 
SVG printer. See .
 
 
 
2012-06-11 OCamldoc