Re: DOM L2 core tests
[email protected] (Robert Clary)
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
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
test-validation-level1-core
(application/x-java-applet, 958 B) - not displayed
test-validation-level1-html
(application/x-java-applet, 5 KB) - not displayed
test-validation-level2-core
(application/x-java-applet, 113 KB) - not displayed
test-validation-level2-html
(application/x-java-applet, 0 B) - not displayed