1. 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  2. ac097cc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  3. 3d1e00c removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  4. 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
  5. 1ac24d3 fixed an error reporting bug in Relax-NG when we end up with multiple by Daniel Veillard · 21 years ago
  6. c1ffa0a fixed bug #120386 again a problem introduced when trying to reuse automata by Daniel Veillard · 21 years ago
  7. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  8. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  9. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  10. 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
  11. d94849b fixed a Relax-NG compilation/streaming bug introduced when fixing the by Daniel Veillard · 21 years ago
  12. 2134ab1 checked and fixed the compilation of RNG schemas, fixes a couple of bugs by Daniel Veillard · 21 years ago
  13. 2dcb937 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. by Daniel Veillard · 21 years ago
  14. 8265a18 do not generate " for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  15. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  16. 3b81117 Updated testfiles for error.c fix by William M. Brack · 21 years ago
  17. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  18. 82bbbd4 fixed some problems in the handling of errors, and attributes addressed by by Daniel Veillard · 21 years ago
  19. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  20. f431eb8 applied the patch provided by Brent Hendricks fixing #105992 and by Daniel Veillard · 21 years ago
  21. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  22. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  23. d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 21 years ago
  24. a507fbf try to work on bug #109225 and provide better error reports. this change by Daniel Veillard · 21 years ago
  25. 91a1325 fixed bugs and memory leaks in the W3C XML Schemas code implemented by Daniel Veillard · 21 years ago
  26. ef0b450 fixed some problems related to #75813 about handling of Result Value Trees by Daniel Veillard · 21 years ago
  27. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  28. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 21 years ago
  29. e063f48 another optimization, for choice this time cleanups. Daniel by Daniel Veillard · 21 years ago
  30. ef2e4ec added integer and fixed one of the IDREFS regression tests pbm updated by Daniel Veillard · 21 years ago
  31. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  32. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 21 years ago
  33. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  34. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  35. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  36. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 21 years ago
  37. c5312d7 fixed some problems in the previous commit and finished implementing 4.16 by Daniel Veillard · 21 years ago
  38. 1c745ad implemented the 4.20 and 4.21 simplification rules. updated the results by Daniel Veillard · 21 years ago
  39. ce14fa5 more bugfixes updated the results Daniel by Daniel Veillard · 21 years ago
  40. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  41. d431074 float/double check bugfix exported a function for NMTOKEN validation add a 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. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  44. 9a237c9 improved the script accordingly to the XInclude regression tests updates by Daniel Veillard · 21 years ago
  45. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  46. 231d791 fixes a libtool problem on AMD 64bits builds found the validation problem by Daniel Veillard · 21 years ago
  47. 96a4b25 started implementing some of the missing default simple types updated the 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. 419a768 more work on grammars and refs/defs augmented/updated the regression tests by Daniel Veillard · 21 years ago
  50. 144fae1 more work on name classes, except support augmented/updated the regression by Daniel Veillard · 21 years ago
  51. 1ed7f36 more work on name classes, the "validate all" schemas seems to work now. by Daniel Veillard · 21 years ago
  52. fc1a450 check all the namespace support was actually correct based on tutorial by Daniel Veillard · 21 years ago
  53. e2a5a08 include seems to work okay now augmented/updated the regression tests by Daniel Veillard · 21 years ago
  54. 80ec90a More tests from section 9 of the tutorial, Daniel by Daniel Veillard · 21 years ago
  55. 0fb0106 Combine with interleave on attributes worked without chnages, daniel 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. 03e6e8d Oops forgot some result files, daniel by Daniel Veillard · 21 years ago
  59. d41f4f4 more work on Relax-NG, implementing externalRef augmented/updated the by Daniel Veillard · 21 years ago
  60. b08c981 more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  61. 76fc5ed more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  62. c6e997c more work on Relax-NG augmented/updated the regression tests added a by Daniel Veillard · 21 years ago
  63. ea3f398 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  64. edc9192 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  65. dd1655c updated the policy on private mail answers more work on Relax-NG by Daniel Veillard · 21 years ago
  66. 276be4a more work on Relax-NG regenerated the docs updated and augmented the by Daniel Veillard · 21 years ago
  67. 6eadf63 First commit of the new Relax-NG validation code, not generally useful by Daniel Veillard · 21 years ago
  68. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  69. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
  70. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  71. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  72. b39bc39 Christian Glahn found a problem with a recent patch to by Daniel Veillard · 22 years ago
  73. ce02dbc Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added by Daniel Veillard · 22 years ago
  74. 3237023 fixed the validation of sequences content model when some of the blocks by Daniel Veillard · 22 years ago
  75. 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
  76. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  77. 7657576 working on better error reporting of validity errors, especially providing by Daniel Veillard · 22 years ago
  78. c4bad4a oops I was missing the xml:base fixup too this adds xml:base attributes to by Daniel Veillard · 22 years ago
  79. e3b7d9a quick but apparently working implementation of xi:fallback, should close by Daniel Veillard · 22 years ago
  80. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  81. 8c9872c trying to fix 87235 about discarded white spaces in the HTML parser. this by Daniel Veillard · 22 years ago
  82. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  83. 153120c applied a patch from Peter Jacobi to solve a problem when compiling with by Daniel Veillard · 22 years ago
  84. f5582f1 applied a couple of patches from Peter Jacobi to start to get rid of by Daniel Veillard · 22 years ago
  85. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  86. 6f4e5e7 added merlin-c14n-two.tar.gz tests for by Aleksey Sanin · 22 years ago
  87. 508a101 C14N tests integrated into LibXML2 test suite by Aleksey Sanin · 22 years ago
  88. e2c7dce 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 22 years ago
  89. 7790006 C14N tests integrated into LibXML2 test suite by Aleksey Sanin · 22 years ago
  90. a287897 Aleksey's commit changed the output of one catalog test Daniel by Daniel Veillard · 22 years ago
  91. 5a87241 a bit of work on import. Charles Bozeman provided a compare function for by Daniel Veillard · 22 years ago
  92. 070803b patch Charles Bozeman for validation of all the date, time, and duration by Daniel Veillard · 22 years ago
  93. eca8281 another XPath conformance patch from Richard Jinks Daniel by Daniel Veillard · 22 years ago
  94. 13e04c6 fixed validation of attribute groups. added an example from the primer by Daniel Veillard · 22 years ago
  95. 88c5891 more work on Schemas updated the test list Daniel by Daniel Veillard · 22 years ago
  96. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  97. 441bc32 implementing xs:all with minOccurs = 0 added more tests covering xs:all by Daniel Veillard · 22 years ago
  98. b439896 more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  99. decd64d more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  100. 6231e84 fixed & serialization bug introduced in 2.4.20 this changes a few things by Daniel Veillard · 22 years ago