Hi, Maybe you can use the org.apache.batik.transcoder.TranscoderInput/TranscoderOutput classes?
Get an InputStream to your String (TranscoderInput) and a Document for TranscoderOuput? I haven't tried it before, but it seems like the way to go. Michael Bishop -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 11:36 AM To: [email protected] Subject: Batick SVG Document creating problem... Hi, I have the XML string representation of an SVG file. I need to create an SVGDocument of this. From looking at the API, this only seems possible by using a URI with the SAXSVGDocumentFactory class, what is the best way to do it with just the SVG String I have? Many thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
