Re: Clarification on XML parsing & namespaces (xml.dom.minidom)

2005-01-27 Thread Uche Ogbuji
Greg Wogan-Browne wrote: > I am having some trouble figuring out what is going on here - is this a > bug, or correct behaviour? Basically, when I create an XML document with > a namespace using xml.dom.minidom.parse() or parseString(), the > namespace exists as an xmlns attribute in the DOM (fair e

Clarification on XML parsing & namespaces (xml.dom.minidom)

2005-01-24 Thread Greg Wogan-Browne
Hi all, I am having some trouble figuring out what is going on here - is this a bug, or correct behaviour? Basically, when I create an XML document with a namespace using xml.dom.minidom.parse() or parseString(), the namespace exists as an xmlns attribute in the DOM (fair enough, as it's in the