- From: Robert Clary <bclary@netscape.com>
- Date: Fri, 08 Nov 2002 11:48:30 -0500
- To: Rick Rivello <richard.rivello@nist.gov>
- Cc: www-dom-ts@w3.org
- Message-ID: <3DCBEADE.60608@netscape.com>
Rick, Great idea. I also ran validation tests using xmllint from libxml and received similar results to yours. I am attaching the output for all of the tests level [1|2] [core|html]. These files contain only errors. Commands I used $ xmllint --valid --noout tests/level1/core/*.xml > test-validation-level1-core 2>&1 $ xmllint --valid --noout tests/level2/core/*.xml > test-validation-level2-core 2>&1 $ xmllint --valid --noout tests/level1/html/*.xml > test-validation-level1-html 2>&1 $ xmllint --valid --noout tests/level2/html/*.xml > test-validation-level2-html 2>&1 Results Level 1 Core : 2 errors Level 1 HTML : 1 error Level 2 Core : 347 errors Level 2 HTML : 0 errors /bc Rick Rivello wrote: >>Please sanity check. > > >>/Dimitris > > > > The following are the errors reported when > running the Level2 core tests through > Sun's Multi-Schema XML Validator. > > Here's the command I used to run the validator. > > java -jar msv.jar build/dom2.xsd tests/level2/core/*.xml
Attachments
- application/x-java-applet attachment: test-validation-level1-core
- application/x-java-applet attachment: test-validation-level1-html
- application/x-java-applet attachment: test-validation-level2-core
- application/x-java-applet attachment: test-validation-level2-html
Received on Friday, 8 November 2002 11:55:28 UTC