The following issue has been updated:
Updater: Serge Knystautas (mailto:[EMAIL PROTECTED])
Date: Mon, 12 Apr 2004 2:20 PM
Changes:
Attachment changed from d7972.java
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/XERCERJ-269?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCERJ-269
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCERJ-269
Summary: Presence of internal subset breaks XPathAPI query
Type: Bug
Status: Resolved
Resolution: FIXED
Project: Xerces2-J
Assignee: Xerces-J Developers Mailing List
Reporter: John D. Heintz
Created: Thu, 11 Apr 2002 4:34 PM
Updated: Mon, 12 Apr 2004 2:20 PM
Environment: Operating System: All
Platform: All
Description:
I have two xml documents: identical except for the presence/absence of an empty
intenal subset.
I am turning of any validation options that I can.
parser.setFeature(
"http://apache.org/xml/features/nonvalidating/load-external-dtd",
false);
parser.setFeature(
"http://apache.org/xml/features/nonvalidating/load-dtd-grammar",
false);
parser.setFeature(
"http://xml.org/sax/features/validation",
false);
The document with the internal dtd subset though fails to return results from an
XPath query.
I will try and attach java and both both xml files, otherwise email me.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]