Hi Alex, > Alex Shuksto wrote... <snip/> > > 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 TagName. To get only the localpart of the QName, use, .getLocalName(). -Rahul. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
