DOMParser does not exclude namespace alias from tagnames. 2003-05-14 - By Alex Shuksto
For org.w3c.dom.Document retrieved as follows:
--- DOMParser parser = new DOMParser();
parser.parse("test.xml"); Document document = parser.getDocument(); ---
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?
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|