Olivier Cailloux created BATIK-1325:
---------------------------------------

             Summary: Enable instanciation through standard factories
                 Key: BATIK-1325
                 URL: https://issues.apache.org/jira/browse/BATIK-1325
             Project: Batik
          Issue Type: Improvement
          Components: SVG DOM
    Affects Versions: 1.14
            Reporter: Olivier Cailloux


It should be possible to obtain an SVGDocument using the standard W3C creation 
APIs, without depending explicitly on Batik.

Specifically, 
`DOMImplementationRegistry.newInstance().getDOMImplementationList("SVG");` 
should return an `SVGDOMImplementation` instance.
This simply requires to implement and register a `DOMImplementationSource`.

Optionally, it would be nice to also provide an implementation of 
`DocumentBuilderFactory` so as to permit using 
`DocumentBuilderFactory.newNSInstance();`.




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to