creating an SVGDocument instance

SVG 1.0 CR spec no longer specifies the SVGDOMImplementation interface
along with its createSVGDocument() method.  How is the user supposed to
programmatically create an SVGDocument instance?  I can't find any methods
to do so.  Is the user supposed to create a DOMDocument instance with an
appropriate doctype and then cast that down to a SVGDocument?  Can you
provide a/some sample code fragment(s) demonstrating how the user should
programmatically create an SVGDocument instance?
Thanks in advance,
----
Steven Dickson, Software Developer,
Savage Software

Received on Tuesday, 26 September 2000 14:19:59 UTC