You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/10/06 14:02:14 UTC

DO NOT REPLY [Bug 23617] New: - DocumentBuilder Nodenames as uppercase

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: xerces-j-dev@xml.apache.org
        ReportedBy: michael-franz.mannion@ubs.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org