Sorry for posting this, I just found a hint in the FAQ which I missed before. Of course it's the xlink Namespace I have to use for the attribute "xlink:href" of the <use> element.

Did you notice that the other SVG attributes are in the 'null' namespace not the 'SVG' namespace:

>>     processor.setAttributeNS(null, "x", "50");
>>     processor.setAttributeNS(null, "y", "50");



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



Reply via email to