aboutsummaryrefslogtreecommitdiffstats
path: root/relaxng.c
Commit message (Collapse)AuthorAgeFilesLines
* try to fix # 105049 a couple of changes and extensions updated a functionDaniel Veillard2003-02-041-11/+20
| | | | | | | * HTMLparser.c: try to fix # 105049 * relaxng.c xmlschemastypes.c: a couple of changes and extensions * tree.c: updated a function comment Daniel
* more work on grammars and refs/defs augmented/updated the regression testsDaniel Veillard2003-02-031-72/+159
| | | | | | | * relaxng: more work on grammars and refs/defs * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on name classes, except support augmented/updated the regressionDaniel Veillard2003-02-031-42/+116
| | | | | | | * relaxng: more work on name classes, except support * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on name classes, the "validate all" schemas seems to work now.Daniel Veillard2003-02-031-9/+36
| | | | | | | | * relaxng: more work on name classes, the "validate all" schemas seems to work now. * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* removed an unprotedted debug message Aleksi Suhonen put a guard againstDaniel Veillard2003-02-031-52/+147
| | | | | | | | * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen * parser.c: put a guard against infinite document depth, basically trying to avoid another kind of DoS attack. * relaxng.c: some code w.r.t. nameClasses Daniel
* include seems to work okay now augmented/updated the regression testsDaniel Veillard2003-02-021-52/+124
| | | | | | | * relaxng: include seems to work okay now * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* a bit of work done in the train back. added one of the include testsDaniel Veillard2003-02-011-6/+372
| | | | | | * relaxng.c: a bit of work done in the train back. * test/relaxng/*: added one of the include tests Daniel
* more work done in the train augmented/updated the regression tests DanielDaniel Veillard2003-01-301-31/+64
| | | | | | | * relaxng: more work done in the train * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* debugging of externalRef augmented/updated the regression tests DanielDaniel Veillard2003-01-291-1/+9
| | | | | | | * relaxng.c: debugging of externalRef * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on Relax-NG, implementing externalRef augmented/updated theDaniel Veillard2003-01-291-75/+438
| | | | | | | | * relaxng.c: more work on Relax-NG, implementing externalRef * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * Makefile.am: cleanup to Relaxtests target Daniel
* more work on Relax-NG, implementing interleave augmented/updated theDaniel Veillard2003-01-281-5/+10
| | | | | | | * relaxng.c: more work on Relax-NG, implementing interleave * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on Relax-NG, implementing interleave augmented/updated theDaniel Veillard2003-01-281-2/+695
| | | | | | | * relaxng.c: more work on Relax-NG, implementing interleave * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on Relax-NG augmented/updated the regression tests added aDaniel Veillard2003-01-271-32/+226
| | | | | | | | | * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * xmlschemastypes.c: added a number of base type definition but not the associated checks, those are still TODOs Daniel
* more work on Relax-NG augmented/updated the regression tests DanielDaniel Veillard2003-01-261-8/+86
| | | | | | | * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on Relax-NG augmented/updated the regression tests DanielDaniel Veillard2003-01-261-1/+171
| | | | | | | * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* updated the policy on private mail answers more work on Relax-NGDaniel Veillard2003-01-251-15/+423
| | | | | | | | * README: updated the policy on private mail answers * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
* more work on Relax-NG regenerated the docs updated and augmented theDaniel Veillard2003-01-241-64/+134
| | | | | | | | * relaxng.c: more work on Relax-NG * doc/*: regenerated the docs * test/relaxng/* result/relaxng/*: updated and augmented the Relax-NG regression tests and results Daniel
* First commit of the new Relax-NG validation code, not generally usefulDaniel Veillard2003-01-231-0/+2662
* Makefile.am configure.in relaxng.c include/libxml/relaxng.h: First commit of the new Relax-NG validation code, not generally useful yet. * test/relaxng/* result/relaxng/*: current state of the regression tests Daniel