Hi Jan.

Jan Willem Lokin:
> I must have missed something somewhere, but what?
…
>         image.setAttributeNS(null, "xlink:href", fileName);

This should be:

  image.setAttributeNS("http://www.w3.org/1999/xlink";, "xlink:href", fileName);

For reasoning see here:

  http://jwatt.org/svg/authoring/#namespace-aware-methods

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

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

Reply via email to