> So the question is how to read a generated SVG from a String into a > SVGGraphics2D ... sothat I can continue in manipluation? > > that must be possible somehow, but I don't find any example of it. > > any ideas?
Thomas suggested [1] using batik.dom.svg.SAXSVGDocumentFactory for a whole document from string. You may also be interested in batik.bridge.ScriptingEnvironment.parseXML, as Thomas also suggested [2], which is a simple way to build a node/partial document from a string also. ;-) Hope this helps, Helder [1] http://www.nabble.com/Parsing-XML-td461395.html [2] http://www.nabble.com/Parsing-String-data-into-an-SVG-document--td4756804.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
