The following comment has been added to this issue:
Author: Torsten Curdt
Created: Mon, 18 Oct 2004 8:47 AM
Body:
why can't I close my own bug?
It was a bug in the testcase.
Someone please close it.
Sorry for the noise.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/XERCESJ-1020?page=comments#action_54310
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESJ-1020
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESJ-1020
Summary: validation without DTD
Type: Bug
Status: Unassigned
Priority: Major
Project: Xerces2-J
Versions:
2.6.1
Assignee:
Reporter: Torsten Curdt
Created: Mon, 18 Oct 2004 3:14 AM
Updated: Mon, 18 Oct 2004 8:47 AM
Environment: all (but running Linux Debian/unstable, Sun JDK 1.4.2_05)
Description:
When using a validating parser
SAXParserFactory spf = SAXParserFactory.newInstance();
spf.setNamespaceAware(true);
spf.setValidating(true);
SAXParser saxParser = spf.newSAXParser();
XMLReader xmlReader = saxParser.getXMLReader();
I'd would have suspected a document
without any assigned DTD or Schema to fail
validation.
But instead it's just processed without
validation at all. From my POV that's not
expected behaviour.
---------------------------------------------------------------------
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]