Tonny Kohar wrote:
Hi,
What do you mean by importing? You mean physically node.importNode()? I am not doing this, i create a node from the main SVGDocument and then append my nodes to it with the correct namespace. Do you remember where it casts the nodes into it's own implementation ?
There is quite a lot of places. This is from cvs two/three days ago Under org.apache.batik.bridge - BridgeContext line 262,999,1366 ... - CSSUtilities line 72 - SVGUtilties line 264 .. ...
The initial document i display is a static one from the filesystem, it displays fine. Batik happily parses it into an SVGDocument and goes on from there. So i'm assuming that the numerous casts of the document into SVGDocument are ok. I thought you were talking about casting actual nodes into some batik specific implementation.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]