1. f4b05d0 applied patch from Kasimier to fix some Relax-NG datatype facet problem by Daniel Veillard · 20 years ago
  2. 96d2eff warning message cleanup. Now compiles warning-free, all tests passed. by William M. Brack · 20 years ago
  3. b7c6ac4 more fixes with Kasimier, looks far cleaner :-) Daniel by Daniel Veillard · 20 years ago
  4. 4e5d665 Kasimier Buchcik fixed the memory access and allocation problem Daniel by Daniel Veillard · 20 years ago
  5. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  6. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  7. 8acdfbf new patch from Kasimier Buchcik for processContents of wildcards attribute by Daniel Veillard · 20 years ago
  8. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error by William M. Brack · 20 years ago
  9. 803812b minor cosmetic changes, no change to logic. regenerated added a newline at by William M. Brack · 20 years ago
  10. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  11. 9989c7d added code in xmlSchemaBuildAContentModel to handle element reference by William M. Brack · 20 years ago
  12. 29aa772 added code in xmlSchemaBuildContentModel to allow ref in group definition by William M. Brack · 20 years ago
  13. e709195 Applied patches supplied by Kasimier Buchcik. changed test to account for by William M. Brack · 20 years ago
  14. f762755 tiny path fixes the "xmlConvertCRNGFile" function name from Kasimier by Daniel Veillard · 20 years ago
  15. 2582a33 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed by Daniel Veillard · 20 years ago
  16. 87640d5 minor warning cleanup (no change to logic) fixed return value for internal by William M. Brack · 20 years ago
  17. c85d0fe applied patches from Kasimier Buchcik for the attribute use support added by Daniel Veillard · 20 years ago
  18. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  19. ba0153a small signed-ness patch from Steve Little Daniel by Daniel Veillard · 20 years ago
  20. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  21. ebcdebd QName handling fixes for the XML Schemas support from Adam Dickmeiss also by Daniel Veillard · 20 years ago
  22. 1aefc86 applied patch from Adam Dickmeiss for mixed content added his regression by Daniel Veillard · 20 years ago
  23. dda22c1 applied patch from Steve Ball to avoid a double-free. Daniel by Daniel Veillard · 20 years ago
  24. 6576528 removed a memory leak remaining from the switch to a dictionnary for by Daniel Veillard · 21 years ago
  25. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  26. 0817191 edited a couple of comments in accordance with posting on the mailing list by William M. Brack · 21 years ago
  27. b15351e added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020) by William M. Brack · 21 years ago
  28. cf9eadf fixed missing dictionaries for Memory and Doc parser contexts (problem by William M. Brack · 21 years ago
  29. b0f397e types might be redefined in includes, quick fix to allow this but lacks by Daniel Veillard · 21 years ago
  30. bd2904b added xsd:include support, fixed testSchemas behaviour when a schemas by Daniel Veillard · 21 years ago
  31. f2a1283 more XML Schemas fixes based on Eric van der Vlist examples added by Daniel Veillard · 21 years ago
  32. be9c632 lot of bug fixes, cleanup, starting to add proper namespace support too. by Daniel Veillard · 21 years ago
  33. 1d91386 applied patch from Robert Stepanek to start import os schemas support, by Daniel Veillard · 21 years ago
  34. 9d75150 applied patch from Steve Ball to make a schema parser from a preparsed by Daniel Veillard · 21 years ago
  35. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  36. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  37. 87db3a8 a bit of cleanup updated with the new result strings Daniel by Daniel Veillard · 21 years ago
  38. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  39. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  40. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  41. 2db8c12 the modules should not import <config.h> directly, some cleanups Peter by Daniel Veillard · 21 years ago
  42. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  43. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  44. 82bbbd4 fixed some problems in the handling of errors, and attributes addressed by by Daniel Veillard · 21 years ago
  45. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  46. d433046 fixing a function comment switching to the XML/XSLT doc generation closing by Daniel Veillard · 21 years ago
  47. d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 21 years ago
  48. 91a1325 fixed bugs and memory leaks in the W3C XML Schemas code implemented by Daniel Veillard · 21 years ago
  49. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  50. 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 21 years ago
  51. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  52. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  53. b39bc39 Christian Glahn found a problem with a recent patch to by Daniel Veillard · 22 years ago
  54. 3237023 fixed the validation of sequences content model when some of the blocks by Daniel Veillard · 22 years ago
  55. 6045c90 added xmlSchemaNewMemParserCtxt to parse a schemas from a memory area by Daniel Veillard · 22 years ago
  56. dda8f1b make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, by Daniel Veillard · 22 years ago
  57. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  58. 4402ab4 fixed a bug reported by Jeff Goff, the determinism was tested before by Daniel Veillard · 22 years ago
  59. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  60. 7c13af4 patch from Richard Jinks to fix the problem raised in by Daniel Veillard · 22 years ago
  61. 5a87241 a bit of work on import. Charles Bozeman provided a compare function for by Daniel Veillard · 22 years ago
  62. 10b6da4 apply a couple of patches from Christian Cornelssen fixing the man pages by Daniel Veillard · 22 years ago
  63. 13e04c6 fixed validation of attribute groups. added an example from the primer by Daniel Veillard · 22 years ago
  64. 88c5891 more work on Schemas updated the test list Daniel by Daniel Veillard · 22 years ago
  65. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  66. 441bc32 implementing xs:all with minOccurs = 0 added more tests covering xs:all by Daniel Veillard · 22 years ago
  67. 7646b18 another entity processing update from Markus Henke Daniel by Daniel Veillard · 22 years ago
  68. b439896 more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  69. decd64d more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  70. 6231e84 fixed & serialization bug introduced in 2.4.20 this changes a few things by Daniel Veillard · 22 years ago
  71. b509f15 more work on the automata interfaces and debug of counted choices added a by Daniel Veillard · 22 years ago
  72. 8651f53 a bit of work on Schemas try to make it more useful changed the Schemas by Daniel Veillard · 22 years ago
  73. 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 22 years ago