1. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  2. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  3. c58f4ef integrated the regexp based validity checking of fragments of the document by Daniel Veillard · 21 years ago
  4. 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 21 years ago
  5. 7fe1f3a one more fixup of error message reporting Daniel by Daniel Veillard · 21 years ago
  6. 5f1946a more work on bug #109225, and fixed an uninitialized variable pointed out by Daniel Veillard · 21 years ago
  7. a507fbf try to work on bug #109225 and provide better error reports. this change by Daniel Veillard · 21 years ago
  8. e637c4a more work on XML Schemas datatypes and facets support. Currently only by Daniel Veillard · 21 years ago
  9. c4c2155 more work on cleaning up XML Schemas datatypes based on James Clark tests by Daniel Veillard · 21 years ago
  10. 80b1909 implemented comparisons for Schemas values. fixed some bugs in duration by Daniel Veillard · 21 years ago
  11. 2086382 valgrind'ed and cleaned up a couple of memory issues. Daniel by Daniel Veillard · 21 years ago
  12. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  13. e063f48 another optimization, for choice this time cleanups. Daniel by Daniel Veillard · 21 years ago
  14. 0e3d3ce fixed xmlRelaxNGNodeMatchesList augmented the test suite this fixes some by Daniel Veillard · 21 years ago
  15. bbb78b5 added another interleave speedup. Daniel by Daniel Veillard · 21 years ago
  16. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  17. 798024a cosmetic change for output try to minimize calls to malloc/free for by Daniel Veillard · 21 years ago
  18. 28c52ab fixed error msg cleanup deallocation added a function to handle lists of by Daniel Veillard · 21 years ago
  19. c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 21 years ago
  20. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 21 years ago
  21. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 21 years ago
  22. 1564e6e After coming to the conclusion that the original RelaxNG validation code by Daniel Veillard · 21 years ago
  23. 39eb88b fix some recursion problems introduced in the last release. more debugging by Daniel Veillard · 21 years ago
  24. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  25. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  26. 463a547 give more infos fix a bug reported by Sebastian Rahtz and REF->DEF in by Daniel Veillard · 21 years ago
  27. 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 21 years ago
  28. c482e26 Fixed a couple of problem raised by James Clark in bug #107083, the by Daniel Veillard · 21 years ago
  29. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  30. 3ebc7d4 fixed xmlSetProp and al. when the node passed is not an element. fixed by Daniel Veillard · 21 years ago
  31. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  32. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 21 years ago
  33. c5312d7 fixed some problems in the previous commit and finished implementing 4.16 by Daniel Veillard · 21 years ago
  34. 4c5cf70 implemented checks from section 7.2 Daniel by Daniel Veillard · 21 years ago
  35. 77648bb implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 by Daniel Veillard · 21 years ago
  36. 1c745ad implemented the 4.20 and 4.21 simplification rules. updated the results by Daniel Veillard · 21 years ago
  37. ce14fa5 more bugfixes updated the results Daniel by Daniel Veillard · 21 years ago
  38. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  39. 8fe9871 guess what ! Relax-NG bugfixing, what a surprize... Daniel by Daniel Veillard · 21 years ago
  40. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  41. 2df2de2 more RelaxNG bug hunting Daniel by Daniel Veillard · 21 years ago
  42. 416589a more work on the RelaxNG implementation conformance testing. found 373 by Daniel Veillard · 21 years ago
  43. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  44. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  45. f4b4f98 added TODO for the DTD compatibility spec more bug fixes driven by the by Daniel Veillard · 21 years ago
  46. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  47. 231d791 fixes a libtool problem on AMD 64bits builds found the validation problem by Daniel Veillard · 21 years ago
  48. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  49. e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 21 years ago
  50. 419a768 more work on grammars and refs/defs augmented/updated the regression tests by Daniel Veillard · 21 years ago
  51. 144fae1 more work on name classes, except support augmented/updated the regression by Daniel Veillard · 21 years ago
  52. 1ed7f36 more work on name classes, the "validate all" schemas seems to work now. by Daniel Veillard · 21 years ago
  53. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  54. e2a5a08 include seems to work okay now augmented/updated the regression tests by Daniel Veillard · 21 years ago
  55. a9d912d a bit of work done in the train back. added one of the include tests by Daniel Veillard · 21 years ago
  56. 154877e more work done in the train augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  57. e431a27 debugging of externalRef augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  58. d41f4f4 more work on Relax-NG, implementing externalRef augmented/updated the by Daniel Veillard · 21 years ago
  59. b08c981 more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  60. 76fc5ed more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  61. c6e997c more work on Relax-NG augmented/updated the regression tests added a by Daniel Veillard · 21 years ago
  62. ea3f398 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  63. edc9192 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  64. dd1655c updated the policy on private mail answers more work on Relax-NG by Daniel Veillard · 21 years ago
  65. 276be4a more work on Relax-NG regenerated the docs updated and augmented the by Daniel Veillard · 22 years ago
  66. 6eadf63 First commit of the new Relax-NG validation code, not generally useful by Daniel Veillard · 22 years ago