>>>>> "DE" == David Eisenberg <[EMAIL PROTECTED]> writes:

DE> I'm trying to use Xalan to convert XML to an SVG DOM, and then
DE> pass that to the rasterizer to produce a JPG file.

    Ahh, you can probably ignore my previous message (I missed this
longer post first time).

    The problem is that the Transcoder Input Document does not
implement the SVG DOM (it is a generic DOM tree).  In order for the
transcoder to transcode SVG the input XML Document it is given must
implement the SVG DOM.  I believe we have fixed the clone methods on
SVGDocument so you can clone the output of your XSLT script into one
that implements the SVG DOM using our implementation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to