DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23617>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23617 DocumentBuilder Nodenames as uppercase Summary: DocumentBuilder Nodenames as uppercase Product: Xerces2-J Version: 2.5.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Example: Given: <web-app> <servlet> : /servlet> </web-app> In V1.4.4 the method doc.getElementByTagName('servlet') delivered a node list of length > 0. The versions 2.2.0, 2.2.1, 2.5 (the only versions I've tested) only deliver a non-empty node-list as long as the tag name is uppercase i.e. doc.getElementByTagName('SERVLET'). The behavior is independent of whether or not validation is active, even if the associated dtd specifies lowercase nodenames (which it does, as it turns out). What's going on, people? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
