New validator progress 20070710
Par Laurentj le mardi, juillet 10 2007, 22:35 - Projets - Lien permanent
My new prototype of a relaxng parser/validator in javascript is finished :-). It passes all tests !
| schema parsing | document validation | |
|---|---|---|
| passed tests | 373 (100%) | 529 (100%) |
| failed tests | 0 (0) | 0 (-110) |
| total | 373 | 529 |
I will make other tests with my own tests suite, and I will begin to develop the C++ version.
Commentaires
Could you post speed comparison between the js and C++ version ?