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: CEdwards idbs.com [mailto:CEdwards idbs.com]
Sent: Thursday, March 22, 2007 11:36 AM
To: batik-users xmlgraphics.apache.org
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: batik-users-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help xmlgraphics.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: batik-users-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help xmlgraphics.apache.org
|