Module SVG_f
module SVG_f : sig..end
Typesafe constructors for SVG documents (Functorial interface)
This module defines basic data types for data, attributes and element occuring in SVG documents. It is based on the specification available at http://www.w3.org/TR/SVG/.
This module is experimental, it may lack of some attributes, and the interface is very low level and do not take deeply into account the needs of SVG elements.
module Make : functor (XML : XML_sigs.T) ->
SVG_sigs.Twith module XML := XML
and type 'a elt = XML.elt
and type 'a attrib = XML.attrib
and type uri = XML.uri