| Sign In/My Account | View Cart |
| Article: |
XML Document Validation with an XML Schema | |
| Subject: | I only get Errors :-/ | |
| Date: | 2005-03-25 04:47:37 | |
| From: | Jonas123 | |
|
Hi,
|
||
Showing messages 1 through 10 of 10.
xerces-2_6_2/xercesImpl.jar and xml-apis.jar the Classpath?parser.setFeature("http://apache.org/xml/features/validation/schema",
true);
parser.setFeature("http://apache.org/xml/features/validation/schema-full-checking",
true);
To validate with the JAXP parser compile the JAXPValidator.java program.
Add the jar files specified in the Preliminary Setup section to the Classpath.