Re: DOMParser does not exclude namespace alias from tagnames.

2003-05-15 Thread Alex Shuksto
No, this is not a bug. When you request for the TagName, you get the TagName. To get only the localpart of the QName, use, .getLocalName(). -Rahul. O'key, thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: DOMParser does not exclude namespace alias from tagnames.

2003-05-15 Thread Rahul Srivastava
Hi Alex, > Alex Shuksto wrote... > > from attached file "test.xml" we'll have that > document.getDocumentElement().getTagName() equals "myns:root", not > "root". Is it a bug or may be i just forgot to set a feature? No, this is not a bug. When you request for the TagName, you get the TagNam