1. 036143b fixed bug #132575 about finding the end of the internal subset in push by Daniel Veillard · 20 years ago
  2. d21f61b issue validation status on stderr, not stdout as suggested by Pawel by Daniel Veillard · 21 years ago
  3. b98d082 XInclude xpointer support was broken with the new namespace. Fixes #129932 by Daniel Veillard · 21 years ago
  4. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  5. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  6. f9415e4 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now by William M. Brack · 21 years ago
  7. d453255 fixed #127877, never output " in element content this changes the by Daniel Veillard · 21 years ago
  8. bd2904b added xsd:include support, fixed testSchemas behaviour when a schemas by Daniel Veillard · 21 years ago
  9. e70c877 swapped the attribute defaulting and attribute checking parts of parsing a by Daniel Veillard · 21 years ago
  10. f2a1283 more XML Schemas fixes based on Eric van der Vlist examples added by Daniel Veillard · 21 years ago
  11. be9c632 lot of bug fixes, cleanup, starting to add proper namespace support too. by Daniel Veillard · 21 years ago
  12. 1d91386 applied patch from Robert Stepanek to start import os schemas support, by Daniel Veillard · 21 years ago
  13. 42fd412 change --html to make sure we use the HTML serialization rule by default by Daniel Veillard · 21 years ago
  14. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  15. 652f9aa Fix #124907 by simply backporting the same fix as for the XML parser by Daniel Veillard · 21 years ago
  16. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  17. ffbbed4 fixed uninitialized new field. fixed a typo updating all messages Daniel by Daniel Veillard · 21 years ago
  18. 87db3a8 a bit of cleanup updated with the new result strings Daniel by Daniel Veillard · 21 years ago
  19. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  20. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  21. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  22. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  23. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  24. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  25. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  26. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  27. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  28. 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
  29. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  30. 899abaf Forgot to add some more tests for namespace error handling, Daniel by Daniel Veillard · 21 years ago
  31. e72f42c Ooops forgot to commit them, Daniel by Daniel Veillard · 21 years ago
  32. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  33. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  34. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  35. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  36. 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  37. ac097cc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  38. 3d1e00c removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  39. 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
  40. 1ac24d3 fixed an error reporting bug in Relax-NG when we end up with multiple by Daniel Veillard · 21 years ago
  41. c1ffa0a fixed bug #120386 again a problem introduced when trying to reuse automata by Daniel Veillard · 21 years ago
  42. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  43. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  44. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  45. 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
  46. d94849b fixed a Relax-NG compilation/streaming bug introduced when fixing the by Daniel Veillard · 21 years ago
  47. 2134ab1 checked and fixed the compilation of RNG schemas, fixes a couple of bugs by Daniel Veillard · 21 years ago
  48. 2dcb937 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. by Daniel Veillard · 21 years ago
  49. 8265a18 do not generate " for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  50. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  51. 3b81117 Updated testfiles for error.c fix by William M. Brack · 21 years ago
  52. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  53. 82bbbd4 fixed some problems in the handling of errors, and attributes addressed by by Daniel Veillard · 21 years ago
  54. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  55. f431eb8 applied the patch provided by Brent Hendricks fixing #105992 and by Daniel Veillard · 21 years ago
  56. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  57. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  58. d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 21 years ago
  59. a507fbf try to work on bug #109225 and provide better error reports. this change by Daniel Veillard · 21 years ago
  60. 91a1325 fixed bugs and memory leaks in the W3C XML Schemas code implemented by Daniel Veillard · 21 years ago
  61. ef0b450 fixed some problems related to #75813 about handling of Result Value Trees by Daniel Veillard · 21 years ago
  62. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  63. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 21 years ago
  64. e063f48 another optimization, for choice this time cleanups. Daniel by Daniel Veillard · 21 years ago
  65. ef2e4ec added integer and fixed one of the IDREFS regression tests pbm updated by Daniel Veillard · 21 years ago
  66. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  67. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 21 years ago
  68. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  69. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  70. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  71. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 21 years ago
  72. c5312d7 fixed some problems in the previous commit and finished implementing 4.16 by Daniel Veillard · 21 years ago
  73. 1c745ad implemented the 4.20 and 4.21 simplification rules. updated the results by Daniel Veillard · 21 years ago
  74. ce14fa5 more bugfixes updated the results Daniel by Daniel Veillard · 21 years ago
  75. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  76. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  77. 416589a more work on the RelaxNG implementation conformance testing. found 373 by Daniel Veillard · 21 years ago
  78. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  79. 9a237c9 improved the script accordingly to the XInclude regression tests updates by Daniel Veillard · 21 years ago
  80. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  81. 231d791 fixes a libtool problem on AMD 64bits builds found the validation problem by Daniel Veillard · 21 years ago
  82. 96a4b25 started implementing some of the missing default simple types updated the by Daniel Veillard · 21 years ago
  83. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  84. 419a768 more work on grammars and refs/defs augmented/updated the regression tests by Daniel Veillard · 21 years ago
  85. 144fae1 more work on name classes, except support augmented/updated the regression by Daniel Veillard · 21 years ago
  86. 1ed7f36 more work on name classes, the "validate all" schemas seems to work now. by Daniel Veillard · 21 years ago
  87. fc1a450 check all the namespace support was actually correct based on tutorial by Daniel Veillard · 21 years ago
  88. e2a5a08 include seems to work okay now augmented/updated the regression tests by Daniel Veillard · 21 years ago
  89. 80ec90a More tests from section 9 of the tutorial, Daniel by Daniel Veillard · 21 years ago
  90. 0fb0106 Combine with interleave on attributes worked without chnages, daniel by Daniel Veillard · 21 years ago
  91. 154877e more work done in the train augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  92. e431a27 debugging of externalRef augmented/updated the regression tests Daniel by Daniel Veillard · 21 years ago
  93. 03e6e8d Oops forgot some result files, daniel by Daniel Veillard · 21 years ago
  94. d41f4f4 more work on Relax-NG, implementing externalRef augmented/updated the by Daniel Veillard · 21 years ago
  95. b08c981 more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  96. 76fc5ed more work on Relax-NG, implementing interleave augmented/updated the by Daniel Veillard · 21 years ago
  97. c6e997c more work on Relax-NG augmented/updated the regression tests added a by Daniel Veillard · 22 years ago
  98. ea3f398 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 22 years ago
  99. edc9192 more work on Relax-NG augmented/updated the regression tests Daniel by Daniel Veillard · 22 years ago
  100. dd1655c updated the policy on private mail answers more work on Relax-NG by Daniel Veillard · 22 years ago