* Cameron McCormack wrote:
>>   node.setAttribute('id',prefix + 'p1');
>
>Should be:
>
>  node.setAttributeNS('id', prefix + 'p1');
>
>but in Batik this will be OK, perhaps not in other UAs.

Cameron meant to write

  node.setAttributeNS(null, 'id', prefix + 'p1');
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

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

Reply via email to