aboutsummaryrefslogtreecommitdiffstats
path: root/test/xsdtest
Commit message (Collapse)AuthorAgeFilesLines
* added PYTHONPATH to python tests for Schemas and RelaxNG added testfileWilliam M. Brack2004-03-311-0/+5286
| | | | | | | * Makefile.am: added PYTHONPATH to python tests for Schemas and RelaxNG * test/xsdtest/xsdtestsuite.xml: added testfile for SchemasPythonTests
* after and exchange with James Clark it appeared I had bug in URI parsingDaniel Veillard2003-03-071-1/+1
| | | | | | | | | | * test/xsdtest/xsdtest.xml uri.c: after and exchange with James Clark it appeared I had bug in URI parsing code ... * relaxng.c include/libxml/relaxng.h: completely revamped error reporting to not loose message from optional parts. * xmllint.c: added timing for RNG validation steps * result/relaxng/*: updated the result, all error messages changed Daniel
* fixed a node dump crash on attributes fixed an URI test bug and get betterDaniel Veillard2003-02-272-1/+5
| | | | | | | * tree.c: fixed a node dump crash on attributes * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed an URI test bug and get better output. Daniel
* import of the XSD Datatype regression tests from James Clark. DanielDaniel Veillard2003-02-272-0/+1040
* check-xsddata-test-suite.py test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: import of the XSD Datatype regression tests from James Clark. Daniel