Hi Thomas,
thanks for the hints.

>   I suspect that the 'quickest' thing to do would be to deep clone the
> dom4j generated SVG Document into another SVG Document (this should
> fix
> the attribute weirdness).  You could also try some simple fixes for
> the problem, probably involving implementing 'nodeAdded' in
> batik.dom.AbstractAttr to fire a dom attr modified event
> (take a look at setNodeValue for an example of how to do this).

I have already tried to quickfix the problem by deep cloning, as you told me to (using DocumentUtils.deepCloneDocument with my document and the Batik SVGDomImplementation), but to no avail - the ElementsByID-Table stays 'null'.

We will explore the other option, but it will probably take some days until we can tend to this. I will report to the list when and how we solved the problem, if we'll be able to.

Bye
-Urs

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

Reply via email to