1. 041c5ff Removed an "internal error" message from xmlSchemaBuildAContentModel() by Kasimier T. Buchcik · 19 years ago
  2. 2c9aac0 Fixed xmlSchemaPSimpleTypeErr(), which did not output the given string by Kasimier T. Buchcik · 19 years ago
  3. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  4. 0a119eb an optimization of the char data inner loop, can gain up to 10% in pure by Daniel Veillard · 19 years ago
  5. 77005e6 fixed the error reporting for not transitions fixed output Daniel by Daniel Veillard · 19 years ago
  6. 9efc476 fixing bug #172215 about foreign namespaces by adding support for negated by Daniel Veillard · 19 years ago
  7. a980bef fixed xsd:all when used in conjunction with substitution groups adding by Daniel Veillard · 19 years ago
  8. afc05b6 fixed bug #307508, a bad automata was built but this showed as an by Daniel Veillard · 19 years ago
  9. da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
  10. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  11. df4223e fixed a bug introduced on last commit daniel by Daniel Veillard · 19 years ago
  12. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  13. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  14. c306d90 Added c-props-correct constraint to check for equal cardinality of by Kasimier T. Buchcik · 19 years ago
  15. 85aed6d tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler is by Kasimier T. Buchcik · 19 years ago
  16. f0af8ec fix some potential leaks in error cases. added --sax, to allow testing of by Daniel Veillard · 19 years ago
  17. 72d3adc Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream() by Kasimier T. Buchcik · 19 years ago
  18. cdc8273 added the missing entity to the document internal subset to avoid errors by Daniel Veillard · 19 years ago
  19. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  20. 9c215eb Fixed NULL values to be validated as empty string values (reported by by Kasimier T. Buchcik · 19 years ago
  21. 84a56e3 Fixed SAX2 validation: grow of internal namespace list, appending of by Kasimier T. Buchcik · 19 years ago
  22. 81562d2 if sax1 is used and input is a file use the old API xmlParseFile() by Daniel Veillard · 19 years ago
  23. c63fbbf Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven by Kasimier T. Buchcik · 19 years ago
  24. 9ca11bf Some changes/fixes to the streaming evaluation. A bit of support for by Kasimier T. Buchcik · 19 years ago
  25. 828f654 Fixed an attribute fixed/default value constraint error. by Kasimier T. Buchcik · 19 years ago
  26. 4efd90d Changed the validation process to be able to work in streaming mode. Some by Kasimier T. Buchcik · 19 years ago
  27. bd6c3f7 Fixed facet errors to be channelled back for union type members; by Kasimier T. Buchcik · 19 years ago
  28. c0e833f Removed 5 unnecessary dereferences (reported by Andriy, bug #301074). by Kasimier T. Buchcik · 19 years ago
  29. 187ea5f Removed workaround for bug #172215, since it does more harm in some by Kasimier T. Buchcik · 19 years ago
  30. c872afb Added output of canonical values in identity-constraint error messages. by Kasimier T. Buchcik · 19 years ago
  31. 016d92e Added substitution group constraints; changed the build of the by Kasimier T. Buchcik · 19 years ago
  32. 1a99a39 Added "Particle correct 2" to parsing of model groups. Added handling by Kasimier T. Buchcik · 19 years ago
  33. 5e371a0 Added "Type Derivation OK (Complex)" constraints and anchored them in the by Kasimier T. Buchcik · 19 years ago
  34. f359845 patch from Matthew Burgess to improve some schemas facets validation by Daniel Veillard · 19 years ago
  35. aba15f7 Corrected 'length' facet validation for QNames and notations. Corrected by Kasimier T. Buchcik · 19 years ago
  36. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  37. 0e460da another patch from Brent Hendricks to add new handlers with the various by Daniel Veillard · 19 years ago
  38. 53b5e05 Fixed call to a facet error report: the type of the error was wrong, by Kasimier T. Buchcik · 19 years ago
  39. a62f75f Removed a stupid bug in xmlSchemaValidateAttributes, failing to build a by Kasimier T. Buchcik · 19 years ago
  40. b34ad1b Fixed a segfault, which occured during bubbling of IDC nodes (bug #170779 by Kasimier T. Buchcik · 19 years ago
  41. 289dbb4 Removed inheritance of "mixed" content type for short-hand restrictions of by Kasimier T. Buchcik · 19 years ago
  42. bc69d4f fixed a = -> == error pointed by GUY Fabrice Daniel by Daniel Veillard · 19 years ago
  43. cc5e233 more debug messages from Matthew Burgess xmlSchemaValidateLengthFacet API by Daniel Veillard · 19 years ago
  44. 478d693 Hopefully finished validation against facets to use the normalized value by Kasimier T. Buchcik · 19 years ago
  45. cffc1c7 removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer, by Daniel Veillard · 19 years ago
  46. b474fa4 The schema parser will stop if components could not be resolved. This is by Kasimier T. Buchcik · 19 years ago
  47. 7f3efa9 Tiny restructuring of the validation start-up functions. Added cleanup of by Kasimier T. Buchcik · 19 years ago
  48. 9b77aa0 Added IDC validation of anySimpleType attribute values; anyway the IDC key by Kasimier T. Buchcik · 19 years ago
  49. 285ebab Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; by Kasimier T. Buchcik · 19 years ago
  50. ff858ca Started support for IDC resolution to default attributes. If building the by Kasimier T. Buchcik · 19 years ago
  51. b06b4de Added validation for the attribute "id" in the schemata; doing this needed by Kasimier T. Buchcik · 19 years ago
  52. 6e224f1 Fixed comparison for default/fixed attribute values, if the type was by Kasimier T. Buchcik · 19 years ago
  53. bd2a7d1 Further work on IDCs, especially evaluation for attribute nodes. by Kasimier T. Buchcik · 19 years ago
  54. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 19 years ago
  55. e92bf5d fixed one internal function applied patch from Joel Reed regenerated by Daniel Veillard · 19 years ago
  56. 0a59852 Integrated the streaming pattern from the pattern module. Fixed some IDC by Kasimier T. Buchcik · 19 years ago
  57. d3210bc fixed an untested pointer dereference and a & vs && Daniel by Daniel Veillard · 19 years ago
  58. 87250a9 Corrected an ambigious symbol-space for local attribute declarations. by Kasimier T. Buchcik · 19 years ago
  59. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 19 years ago
  60. b9e2f26 more hash dictionary interning changes Daniel by Daniel Veillard · 20 years ago
  61. f500aec Corrected targetNamespace in xmlSchemaElementDump. Cosmetic changes to the by Kasimier T. Buchcik · 20 years ago
  62. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 20 years ago
  63. de938cd Put the fix of Daniel (from Tue Jan 11 14:41:47 CET) back in, since I by Kasimier T. Buchcik · 20 years ago
  64. c3af19d Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to by Kasimier T. Buchcik · 20 years ago
  65. 618732b fixed bug #163641 when the value passed for an atomic list type is NULL. by Daniel Veillard · 20 years ago
  66. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  67. 5dd55d9 Fixed strict/lax element wildcards: the children of elements for which a by Kasimier T. Buchcik · 20 years ago
  68. 8b41817 tiny enhancement for content model error reports (#157190, #143948). by Kasimier T. Buchcik · 20 years ago
  69. b884124 Moved execution of xmlSchemaCheckDefaults to xmlSchemaTypeFixup; this by Kasimier T. Buchcik · 20 years ago
  70. 48307f4 Un-commented a TODO in xmlSchemaParseElement. by Kasimier T. Buchcik · 20 years ago
  71. 91feaf8 Correct symbol space for 'all' and 'choice'. Added 'replace' normalization by Kasimier T. Buchcik · 20 years ago
  72. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  73. 6927b10 preparing release 2.6.15 cleanups Daniel by Daniel Veillard · 20 years ago
  74. 1a380b8 fixed a memory bug added test from Graham Bennett and regenerated the by Daniel Veillard · 20 years ago
  75. 8787640 Parsing of <complexContent> - handle attribute 'mixed', catch illegal by Kasimier T. Buchcik · 20 years ago
  76. c7e3cc4 another patch from Malcolm Tredinnick fixing warning generated by the by Daniel Veillard · 20 years ago
  77. 079f6a7 more memory related code cleanups. Daniel by Daniel Veillard · 20 years ago
  78. 876a6db Simpified attribute wildcard creation and assignment to get rid of memory by Kasimier T. Buchcik · 20 years ago
  79. 5eba91f Added the function xmlSchemaValidateOneElement to the XML Schema by Kasimier T. Buchcik · 20 years ago
  80. 383434b Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed by Kasimier T. Buchcik · 20 years ago
  81. b4a9e64 Fixed a bug in xmlSchemasCheckFacet, which did not create a computed value by Kasimier T. Buchcik · 20 years ago
  82. bea2354 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) by Kasimier T. Buchcik · 20 years ago
  83. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  84. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  85. da3b29a added a dumb rule to able to compile tst.c when people submit a sample by Daniel Veillard · 20 years ago
  86. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  87. f4b05d0 applied patch from Kasimier to fix some Relax-NG datatype facet problem by Daniel Veillard · 20 years ago
  88. 96d2eff warning message cleanup. Now compiles warning-free, all tests passed. by William M. Brack · 20 years ago
  89. b7c6ac4 more fixes with Kasimier, looks far cleaner :-) Daniel by Daniel Veillard · 20 years ago
  90. 4e5d665 Kasimier Buchcik fixed the memory access and allocation problem Daniel by Daniel Veillard · 20 years ago
  91. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  92. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  93. 8acdfbf new patch from Kasimier Buchcik for processContents of wildcards attribute by Daniel Veillard · 20 years ago
  94. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error by William M. Brack · 20 years ago
  95. 803812b minor cosmetic changes, no change to logic. regenerated added a newline at by William M. Brack · 20 years ago
  96. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  97. 9989c7d added code in xmlSchemaBuildAContentModel to handle element reference by William M. Brack · 20 years ago
  98. 29aa772 added code in xmlSchemaBuildContentModel to allow ref in group definition by William M. Brack · 20 years ago
  99. e709195 Applied patches supplied by Kasimier Buchcik. changed test to account for by William M. Brack · 20 years ago
  100. f762755 tiny path fixes the "xmlConvertCRNGFile" function name from Kasimier by Daniel Veillard · 20 years ago