Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: INVALID

    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:52 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]

Reply via email to