I took a look at W3C (http://www.w3.org/TR/2004/REC-xml-names11-20040204/)
and it looks to me like a urn: declaration should be valid for a
namespace.
Adam Heinz
Senior Software Developer
Exstream Software
Senior Software Developer
Exstream Software
-----Original Message-----
From: T A [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 5:25 PM
To: [EMAIL PROTECTED]
Subject: RE: Creating multiple namespacesThanks for replying. Yes, your XML looks correct. Shoot!I use createElementNS to create the element and then appendChild.I use either setAttributeNS or setAttributeNodeNS to create the namespace attribute.I am also wondering if the issue is that if the namespace attribute URI is has to be something like http://www.w3.org/1999 if the name is xlmns:fo or whatever
