SVGDOMImplementation vs. 1.8?
Jess Holle <[email protected]> Fri, 27 Mar 2015 10:51:28 -0500
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
Batik 1.8 seems to have removed the org.apache.batik.dom.svg.SVGDOMImplementation class, whereas this class is present in 1.7. Yet the Batik site itself provides examples using this class. So what's the story here? I ask as I am trying to move to Batik 1.8, but we have a class which is using SVGDOMImplementation (for its SVG_NAMESPACE_URI constant and its getDOMImplementation() method) and thus cannot currently move to 1.8. I am mystified as to how I am supposed to be able to move to 1.8 -- and why this API change is not clearly noted in the release notes. -- Jess Holle