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=7972>.
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=7972

Presence of internal subset breaks XPathAPI query

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|org.apache.xpath            |DOM
         OS/Version|Linux                       |All
            Product|XalanJ2                     |Xerces2-J
           Platform|PC                          |All
            Version|2.3                         |2.0.1



------- Additional Comments From [EMAIL PROTECTED]  2002-06-25 19:52 -------
I think this is a Xerces bug.  The DOM tree that's created doesn't contain
any Text nodes.  The AbstractDOMParser.characters method checks the condition

  else if (!fInDTD)

before creating Text nodes, and its value is always false; i.e., it always 
thinks it's processing the DTD.  It looks like AbstractDOMParser.startDTD is 
called (for the failing file), but the endDTD method is never called.

Reply via email to