Re: DOM L2 core tests

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

Received on Friday, 8 November 2002 11:55:28 UTC