1. 100e180 fixed #145092 by adding an xmlSaveOption to omit XML declaration Daniel by Daniel Veillard · 19 years ago
  2. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  3. e70375c commiting work done on the plane last week-end Daniel by Daniel Veillard · 19 years ago
  4. 4cd3b51 added schematron.h, oops ... Daniel by Daniel Veillard · 19 years ago
  5. ed6c549 changed xmlPatterncompile signature to pass an int and not an enum since by Daniel Veillard · 19 years ago
  6. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  7. 9efc476 fixing bug #172215 about foreign namespaces by adding support for negated by Daniel Veillard · 19 years ago
  8. da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
  9. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  10. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  11. d17760f try to avoid conflicts. Daniel by Daniel Veillard · 19 years ago
  12. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  13. c306d90 Added c-props-correct constraint to check for equal cardinality of by Kasimier T. Buchcik · 19 years ago
  14. 87b3046 first steps toward a testsuite dist fixed bug #307870 Daniel by Daniel Veillard · 19 years ago
  15. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  16. 4d9c948 Added allocation/deallocation functions for the DOM-wrapper context. by Kasimier T. Buchcik · 19 years ago
  17. bc0e3c6 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and by Kasimier T. Buchcik · 19 years ago
  18. 1b75c3b avoid name glob in agruments as it matches the glob() routine. first steps by Daniel Veillard · 19 years ago
  19. c63fbbf Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven by Kasimier T. Buchcik · 19 years ago
  20. ea152c0 Further enhancement for XPath streaming, consolidated with schemas usage by William M. Brack · 19 years ago
  21. 4efd90d Changed the validation process to be able to work in streaming mode. Some by Kasimier T. Buchcik · 19 years ago
  22. d892557 applied patch from Rob Richards for xml:space and xml:lang handling with by Daniel Veillard · 19 years ago
  23. c872afb Added output of canonical values in identity-constraint error messages. by Kasimier T. Buchcik · 19 years ago
  24. 1a99a39 Added "Particle correct 2" to parsing of model groups. Added handling by Kasimier T. Buchcik · 19 years ago
  25. 256401b Committing again, since the CVS server aborted. by Kasimier T. Buchcik · 19 years ago
  26. 7331e5c fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and by Daniel Veillard · 19 years ago
  27. 9e75e9f special case "DAV:" namespace in c14n relative namespaces check and add by Aleksey Sanin · 19 years ago
  28. 478d693 Hopefully finished validation against facets to use the normalized value by Kasimier T. Buchcik · 19 years ago
  29. 6c81d0e In preparation to use normalized values of facets during validation: by Kasimier T. Buchcik · 19 years ago
  30. c0c6ce2 some gcc4 portability patches, including a serious aliasing bug exposed in by Daniel Veillard · 19 years ago
  31. 285ebab Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; by Kasimier T. Buchcik · 19 years ago
  32. 5e09414 applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added by Daniel Veillard · 19 years ago
  33. 2a0fdd9 Some experimental addition for parsing of expressions and streamable by Kasimier T. Buchcik · 19 years ago
  34. b06b4de Added validation for the attribute "id" in the schemata; doing this needed by Kasimier T. Buchcik · 19 years ago
  35. 6e224f1 Fixed comparison for default/fixed attribute values, if the type was by Kasimier T. Buchcik · 19 years ago
  36. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  37. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 19 years ago
  38. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  39. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  40. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 19 years ago
  41. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 19 years ago
  42. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  43. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 19 years ago
  44. 6fc5db0 trying to fix at least the message from bug #158628 added first xmlsave by Daniel Veillard · 19 years ago
  45. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 19 years ago
  46. cc026dc extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error by Daniel Veillard · 20 years ago
  47. fc0b6f6 William noticed I forgot to add special support for xmlmodules.c define by Daniel Veillard · 20 years ago
  48. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  49. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  50. be076e9 applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to by Daniel Veillard · 20 years ago
  51. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  52. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  53. d671e28 GetLineNumber and GetColumnNumber functions for xmlReader by Aleksey Sanin · 20 years ago
  54. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  55. ad0e67c fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to by William M. Brack · 20 years ago
  56. 6bb3e86 added xmlDictExists() to the dictionnary interface. applying by Daniel Veillard · 20 years ago
  57. 91feaf8 Correct symbol space for 'all' and 'choice'. Added 'replace' normalization by Kasimier T. Buchcik · 20 years ago
  58. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  59. a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  60. 57b2516 augmented type autogeneration for enums removed direct error reporting. by Daniel Veillard · 20 years ago
  61. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  62. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  63. 8a32fe4 more testing and coverage more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  64. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  65. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  66. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  67. e281127 applied patch from Graham Bennett adding 4 convenience functions to the by Daniel Veillard · 20 years ago
  68. c609578 added UTF-8 string checking, raise a problem, need debug Daniel by Daniel Veillard · 20 years ago
  69. 0d24b11 added namespace checking daniel by Daniel Veillard · 20 years ago
  70. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  71. 22cdb84 revamped the XML debugging module and prepare for a new checking mode by Daniel Veillard · 20 years ago
  72. d1757ab added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) by William M. Brack · 20 years ago
  73. 8787640 Parsing of <complexContent> - handle attribute 'mixed', catch illegal by Kasimier T. Buchcik · 20 years ago
  74. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  75. 876a6db Simpified attribute wildcard creation and assignment to get rid of memory by Kasimier T. Buchcik · 20 years ago
  76. 5eba91f Added the function xmlSchemaValidateOneElement to the XML Schema by Kasimier T. Buchcik · 20 years ago
  77. 383434b Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed by Kasimier T. Buchcik · 20 years ago
  78. bea2354 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) by Kasimier T. Buchcik · 20 years ago
  79. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  80. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  81. f402549 added some code to include the CVS ChangeLog version in the by William M. Brack · 20 years ago
  82. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  83. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  84. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  85. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  86. 4e3a9fa elaborated on description of xmlValidityWarningFunc and by William M. Brack · 20 years ago
  87. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  88. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  89. 647e39a moved some definitions to globals.h to avoid some troubles pointed out by by Daniel Veillard · 20 years ago
  90. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  91. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  92. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  93. 1b243b4 applied patch from Rob Richards for the per thread I/O mappings Daniel by Daniel Veillard · 20 years ago
  94. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  95. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error 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. 0335a84 applied patch from Rob Richards for custom I/O BufferCreateFilenane fixes by Daniel Veillard · 20 years ago
  98. 3995bc3 start adding API for escaping customization. Daniel by Daniel Veillard · 20 years ago
  99. ee8960b second pass on escaping handling, start to looks better, need to be by Daniel Veillard · 20 years ago
  100. 5d1a4d8 first pass at refactoring the escape on save routines for better by Daniel Veillard · 20 years ago