Allan Reffson Granja Lima wrote:
Hi everybody!

I have been some problem trying to render a SVG doc generated from XSLT
transformation.
When I try to use setSVGDocument((SVGDocument) doc.getNode()) I get a
CastClassException....

Someone knows a way to fix this?

Use current CVS it has a new method setDocument that takes a normal DOM Document (which is what you have). It will transcode it to our SVG DOMImplementation. That said you are probably best off using our SVG DOMImplementation to build an SVGDocument we can use in the first case.



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



Reply via email to