New validator progress 20070525
Par Laurentj le vendredi, mai 25 2007, 15:25 - Projets - Lien permanent
I worked hard on the prototype of my new validator. The architecture of the RelaxNg parser is nearly finished, and it uses the sax parser of Mozilla. I'm happy of this new architecture because it's cleaner, I don't have to use ugly hacks to do some things since it is less complex...
Here are current results of my "UnitTest'O'Meter" showed in a little app I made to launch James Clark's test suite (little xulrunner application based on the RelaxNG Validator Extension for Etna) :-)
schema parsing | document validation | |
---|---|---|
passed tests | 168 (45%) | 138 (26%) |
failed tests | 205 | 391 |
total | 373 | 529 |
update: sorry, there aren't 286 documents to test, but 529. I updated the table.