Dirk,

I'm pretty sure this is fixed in CVS with XSP.pm revision 1.50+

diff -r1.49 -r1.50
1c1
< # $Id: XSP.pm,v 1.49 2003/09/08 07:06:12 matts Exp $
---
> # $Id: XSP.pm,v 1.50 2003/09/17 19:49:52 jwalt Exp $
952a953,956
>         if ($attr->{NamespaceURI}) {
>             $code .= 
'$parent->setAttributeNS('.makeSingleQuoted($attr->{NamespaceURI}).','.makeSingleQuoted($attr->{Name}).
>                 ",$value);\n";
>         } else {
955a960
>     }



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

Reply via email to