Hello Uwe,

> Element newUseTag=document.createElement("use");
> newUseTag.setAttribute("xlink:href","#helper"+id.substring(1));
> ...

And I guess that

  Element newUseTag=document.createElementNS(SVGNS, "use"); 

does not make a difference either?

I once had a similar problem:

  http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02391.html

which is still unsolved.


Martin

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

Reply via email to