module SVG_f:Typesafe constructors for SVG documents (Functorial interface)sig
..end
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.T
with module XML := XML and type 'a elt = XML.elt and type 'a attrib = XML.attrib and type uri = XML.uri