| Sign In/My Account | View Cart |
| Article: |
XML Document Validation with an XML Schema | |
| Subject: | Not able to get it to work :( | |
| Date: | 2005-04-20 00:19:36 | |
| From: | java_kid | |
|
Response to: I only get Errors :-/
|
||
|
Inspite of my following all the given steps, it is trying to validate the file from a DTD and gives me the following :
|
||
Showing messages 1 through 3 of 3.
parser.setFeature("http://apache.org/xml/features/validation/schema",true);
parser.setFeature("http://apache.org/xml/features/validation/schema-full-checking",
true);
Because the schema validation is not set the parser parses with a DTD which may not be specified.