Re: DOM Structure

2002-12-05 Thread Gareth Reakes
Hi Kiran, DOM always creates these attributes. To detect them you can check their namespace which is http://www.w3.org/2000/xmlns/ . Gareth On Wed, 4 Dec 2002, Bagepalli, Kiran wrote: > When I parse the DOM (for a XML with namespaces), I get the namespace > attributes xmlns and schema

DOM Structure

2002-12-04 Thread Bagepalli, Kiran
When I parse the DOM (for a XML with namespaces), I get the namespace attributes xmlns and schemaLocation as regular attributes. How can I distinguish this in my application. I was under the assumption that DOMParser does not construct DOMNodes for these attributes if doNamespaces is on. Can someon