> Also note that if you insist on using DOM Level 1 factory methods to build
> the nodes, you wind up with DOM Level 1 nodes -- the nodename gets set,
> none of prefix, namespaceURI, or localName will. Intermixing level 1 and
> level 2 nodes is _NOT_ recommended.

So when adding namespace declarations through the DOM, you should manually
set the namespaceURI to "http://www.w3.org/2000/xmlns/". Correct?

Dave


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

Reply via email to