Hi,

I'm using a Xalan transformer to create an SVG DOM I want to display in 
a JSVGCanvas. I could call JSVGCanvas.setSVGDocument() but the document 
returned by the transformer is a not a SVGDocument but rather a 
org.apache.crimson.tree.XmlDocument.

Is there a way to convert an XmlDocument to an SVGDocument or tell the 
transformer that the document to produce is to be a SVGDocument?

Any help appreciated.

Philippe


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

Reply via email to