1. 9186a1f fixed bug #157633 in relaxng choice optimization added regression tests by Daniel Veillard · 19 years ago
  2. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 19 years ago
  3. c3af19d Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to by Kasimier T. Buchcik · 19 years ago
  4. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  5. 8b41817 tiny enhancement for content model error reports (#157190, #143948). by Kasimier T. Buchcik · 20 years ago
  6. 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
  7. fc484dd added support for HTML PIs #156087 added specific tests Daniel by Daniel Veillard · 20 years ago
  8. 807b4de applied patch from Malcolm Tredinnick fixing errata E20 concerning by Daniel Veillard · 20 years ago
  9. 876a6db Simpified attribute wildcard creation and assignment to get rid of memory by Kasimier T. Buchcik · 20 years ago
  10. f34a20e "" is a valid hexbinary string dixit xmlschema-dev update the test. added by Daniel Veillard · 20 years ago
  11. bea2354 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) by Kasimier T. Buchcik · 20 years ago
  12. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  13. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  14. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  15. c815505 applied patches from Peter Breitenlohner to fix handling of white space by Daniel Veillard · 20 years ago
  16. 485f26f Added missing file, corrected output, Daniel by Daniel Veillard · 20 years ago
  17. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  18. f20fbf7 fixed a problem when base path was "./xxx" 5 test results changed by by William M. Brack · 20 years ago
  19. 4119d1c implemented bugfix from Massimo Morara for DTD dumping problem. added by William M. Brack · 20 years ago
  20. 4a14fb8 fix from Steve Ball and update of the comment. William pointed out that by Daniel Veillard · 20 years ago
  21. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  22. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  23. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  24. 8839938 added a bunch of tests from Kasimier Buchcik posted on May 11 Daniel by Daniel Veillard · 20 years ago
  25. 8acdfbf new patch from Kasimier Buchcik for processContents of wildcards attribute by Daniel Veillard · 20 years ago
  26. 37fd307 fixed a bug where invalid charrefs may not be detected sometimes as by Daniel Veillard · 20 years ago
  27. 803812b minor cosmetic changes, no change to logic. regenerated added a newline at by William M. Brack · 20 years ago
  28. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  29. b021caa Adding missing files, Daniel by Daniel Veillard · 20 years ago
  30. 29aa772 added code in xmlSchemaBuildContentModel to allow ref in group definition by William M. Brack · 20 years ago
  31. 18a6509 fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood by Daniel Veillard · 20 years ago
  32. f0244ce apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266 by Daniel Veillard · 20 years ago
  33. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  34. c85d0fe applied patches from Kasimier Buchcik for the attribute use support added by Daniel Veillard · 20 years ago
  35. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  36. 5d8d10b fixed problem causing duplicate fallback execution (bug 139520) added by William M. Brack · 20 years ago
  37. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  38. 2cbf596 patched a bug in parsing production 1 and 2 of xmlschemas regexp that by Daniel Veillard · 20 years ago
  39. 236c8c0 added check for external reference in xmlRelaxNGGetElements (bug 137718) by William M. Brack · 20 years ago
  40. d3999c7 fix bug reported by Holger Rauch added the test to th regression suite by Daniel Veillard · 20 years ago
  41. ebcdebd QName handling fixes for the XML Schemas support from Adam Dickmeiss also by Daniel Veillard · 20 years ago
  42. 1aefc86 applied patch from Adam Dickmeiss for mixed content added his regression by Daniel Veillard · 20 years ago
  43. 6c66299 Beuah ! Daniel by Daniel Veillard · 20 years ago
  44. cb35f01 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old by Daniel Veillard · 20 years ago
  45. b374400 fixed a problem in push mode when attribute contains unescaped '>' by Daniel Veillard · 20 years ago
  46. 0ddb21c fixing bug #132930 with the provided patch, a bit suspicious about it but by Daniel Veillard · 20 years ago
  47. 036143b fixed bug #132575 about finding the end of the internal subset in push by Daniel Veillard · 20 years ago
  48. d21f61b issue validation status on stderr, not stdout as suggested by Pawel by Daniel Veillard · 21 years ago
  49. b98d082 XInclude xpointer support was broken with the new namespace. Fixes #129932 by Daniel Veillard · 21 years ago
  50. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  51. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  52. f9415e4 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now by William M. Brack · 21 years ago
  53. d453255 fixed #127877, never output &quot; in element content this changes the by Daniel Veillard · 21 years ago
  54. bd2904b added xsd:include support, fixed testSchemas behaviour when a schemas by Daniel Veillard · 21 years ago
  55. e70c877 swapped the attribute defaulting and attribute checking parts of parsing a by Daniel Veillard · 21 years ago
  56. f2a1283 more XML Schemas fixes based on Eric van der Vlist examples added by Daniel Veillard · 21 years ago
  57. be9c632 lot of bug fixes, cleanup, starting to add proper namespace support too. by Daniel Veillard · 21 years ago
  58. 1d91386 applied patch from Robert Stepanek to start import os schemas support, by Daniel Veillard · 21 years ago
  59. 42fd412 change --html to make sure we use the HTML serialization rule by default by Daniel Veillard · 21 years ago
  60. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  61. 652f9aa Fix #124907 by simply backporting the same fix as for the XML parser by Daniel Veillard · 21 years ago
  62. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  63. ffbbed4 fixed uninitialized new field. fixed a typo updating all messages Daniel by Daniel Veillard · 21 years ago
  64. 87db3a8 a bit of cleanup updated with the new result strings Daniel by Daniel Veillard · 21 years ago
  65. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  66. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  67. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  68. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  69. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  70. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  71. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  72. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  73. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  74. 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
  75. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  76. 899abaf Forgot to add some more tests for namespace error handling, Daniel by Daniel Veillard · 21 years ago
  77. e72f42c Ooops forgot to commit them, Daniel by Daniel Veillard · 21 years ago
  78. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  79. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  80. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  81. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  82. 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  83. ac097cc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  84. 3d1e00c removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  85. 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
  86. 1ac24d3 fixed an error reporting bug in Relax-NG when we end up with multiple by Daniel Veillard · 21 years ago
  87. c1ffa0a fixed bug #120386 again a problem introduced when trying to reuse automata by Daniel Veillard · 21 years ago
  88. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  89. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  90. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  91. 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
  92. d94849b fixed a Relax-NG compilation/streaming bug introduced when fixing the by Daniel Veillard · 21 years ago
  93. 2134ab1 checked and fixed the compilation of RNG schemas, fixes a couple of bugs by Daniel Veillard · 21 years ago
  94. 2dcb937 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. by Daniel Veillard · 21 years ago
  95. 8265a18 do not generate &quot; for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  96. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  97. 3b81117 Updated testfiles for error.c fix by William M. Brack · 21 years ago
  98. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  99. 82bbbd4 fixed some problems in the handling of errors, and attributes addressed by by Daniel Veillard · 21 years ago
  100. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago