1. 438ebbd fx compilation when configured without the reader should fix #513110 by Daniel Veillard · 16 years ago
  2. dee2348 added new function xmlSchemaValidCtxtGetParserCtxt based on Holger by Daniel Veillard · 16 years ago
  3. e43579b small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759 by Daniel Veillard · 16 years ago
  4. 68b6e02 lot of out of memory handling fixes from Ashwin work around a problem with by Daniel Veillard · 16 years ago
  5. c4b0deb applied patch from Tobias Minich to allow plugin schematron error by Daniel Veillard · 16 years ago
  6. 6f8611f patch from Julien Charbon to simplify the processing of xmlSetProp() by Daniel Veillard · 17 years ago
  7. e967f0b *use specified calling convention by Rob Richards · 17 years ago
  8. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  9. a1413b8 patch from Richard Jones to save the query part in raw form. Daniel by Daniel Veillard · 17 years ago
  10. 7ef5169 applied documentation patch from James Dennett Daniel by Daniel Veillard · 17 years ago
  11. d837764 expose xmlTextReaderSetup function by Aleksey Sanin · 18 years ago
  12. 602f2bd patch from Michael Day on standalone and XML declaration detection, and by Daniel Veillard · 18 years ago
  13. c8338f1 preparing release of libxml2-2.6.27 fix a small problem with preproc flags by Daniel Veillard · 18 years ago
  14. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  15. f4721d6 fix comment on versions do not spend too much time digging in dumped by Daniel Veillard · 18 years ago
  16. a37a6ad trying to fix entities behaviour when using SAX, had to extend entities by Daniel Veillard · 18 years ago
  17. b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
  18. 681e904 fixed a comment applied a patch from Michael Day to add a new function by Daniel Veillard · 18 years ago
  19. 34c647c exports htmlNewParserCtxt() as Michael Day pointed out this is needed to by Daniel Veillard · 18 years ago
  20. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  21. 631ea81 Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/added by Kasimier T. Buchcik · 18 years ago
  22. 978039b Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if the by Kasimier T. Buchcik · 18 years ago
  23. 803e37a Clarified in the docs that the tree must not be tried to be modified if by Kasimier T. Buchcik · 18 years ago
  24. 5869469 Changed the name of the recently added public function by Kasimier T. Buchcik · 18 years ago
  25. e5f810f A warning will now be reported in the value of the XSD attribute by Kasimier T. Buchcik · 18 years ago
  26. a724844 Added an XPath object cache. It sits on an xmlXPathContext and need to be by Kasimier T. Buchcik · 18 years ago
  27. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  28. 05e9db8 applied patches from Aivars Kalvans to make unicode tables const, fixes by Daniel Veillard · 18 years ago
  29. 8ea29c4 fixed bug #335603 and resync'ed genChRanges.py to the expected output. by Daniel Veillard · 18 years ago
  30. a81d919 Added the xmlDOMWrapCloneNode() to the header file. by Kasimier T. Buchcik · 19 years ago
  31. a930fbe Added xmlRelaxNGSetParserStructuredErrors() to the API. by Kasimier T. Buchcik · 19 years ago
  32. 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
  33. d027147 compilation and doc build fixes from Michael Day Daniel by Daniel Veillard · 19 years ago
  34. 77b92ff fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an by Rob Richards · 19 years ago
  35. d81ebd1 Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@. by Kasimier T. Buchcik · 19 years ago
  36. bdadaed Added xmlTextReaderSchemaValidateCtxt() to the API. by Kasimier T. Buchcik · 19 years ago
  37. 90b5ebc Added xmlSchemaSetParserStructuredErrors() to the API. Fixed channeling of by Kasimier T. Buchcik · 19 years ago
  38. 9a00fd2 applied patch from Geert Jansen to implement the save function to a by Daniel Veillard · 19 years ago
  39. 7802ba5 avoid function parameters names 'list' as this seems to give troubles with by Daniel Veillard · 19 years ago
  40. 567a45b removed the error message removed 2 instability warnings from function by Daniel Veillard · 19 years ago
  41. 570faa5 Initial implementation for redefinitions; this still misses checks for by Kasimier T. Buchcik · 19 years ago
  42. ef3d07d Added some comments for the struct fields. by Kasimier T. Buchcik · 19 years ago
  43. 33b20b7 release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTML by Daniel Veillard · 19 years ago
  44. 22c0c46 Completion of the schema graph. Centralisation, more robustness of the by Kasimier T. Buchcik · 19 years ago
  45. 2ce51c0 add XML_SAVE_NO_EMPTY save option and use option from xmlSaveCtxtPtr by Rob Richards · 19 years ago
  46. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  47. 99b7850 started work needed to generate devhelp content, not too hard based on the by Daniel Veillard · 19 years ago
  48. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  49. b3d1491 prepare for release work for #303289, fix a formatting bug for MIN_INT by Daniel Veillard · 19 years ago
  50. f03a8cd fixing yet another pattern induced XPath bug #314282 reverted back last by Daniel Veillard · 19 years ago
  51. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  52. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  53. 1fc3ed0 finally converted the encoding module to the common error reporting by Daniel Veillard · 19 years ago
  54. bca3ad2 fixed compilation when configured --without-sax1 and other cleanups fixes by Daniel Veillard · 19 years ago
  55. ea4b0ba added a recovery mode for the HTML parser based on the suggestions of bug by Daniel Veillard · 19 years ago
  56. 17cccb5 Hopefully fixed this time, daniel by Daniel Veillard · 19 years ago
  57. ccb4d41 regenerated fixed a compilation problem some cleanups and one bug fix by Daniel Veillard · 19 years ago
  58. 5eee767 rescanned code and rebuilt small cleanup cleanup problems from code by Daniel Veillard · 19 years ago
  59. 0090bd5 exported xmlExpExpDerive(), added it to the testRegexp command line tool by Daniel Veillard · 19 years ago
  60. 465a000 fixed an uninitialized variable extended the API to add the parser, by Daniel Veillard · 19 years ago
  61. 81a8ec6 pushing the formal expression handling code to have it in CVs from now. by Daniel Veillard · 19 years ago
  62. 764b3d6 Changed output for keyref-match errors; the target-node will be now by Kasimier T. Buchcik · 19 years ago
  63. 100e180 fixed #145092 by adding an xmlSaveOption to omit XML declaration Daniel by Daniel Veillard · 19 years ago
  64. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  65. e70375c commiting work done on the plane last week-end Daniel by Daniel Veillard · 19 years ago
  66. 4cd3b51 added schematron.h, oops ... Daniel by Daniel Veillard · 19 years ago
  67. ed6c549 changed xmlPatterncompile signature to pass an int and not an enum since by Daniel Veillard · 19 years ago
  68. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  69. 9efc476 fixing bug #172215 about foreign namespaces by adding support for negated by Daniel Veillard · 19 years ago
  70. da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
  71. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  72. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  73. d17760f try to avoid conflicts. Daniel by Daniel Veillard · 19 years ago
  74. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  75. c306d90 Added c-props-correct constraint to check for equal cardinality of by Kasimier T. Buchcik · 19 years ago
  76. 87b3046 first steps toward a testsuite dist fixed bug #307870 Daniel by Daniel Veillard · 19 years ago
  77. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  78. 4d9c948 Added allocation/deallocation functions for the DOM-wrapper context. by Kasimier T. Buchcik · 19 years ago
  79. bc0e3c6 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and by Kasimier T. Buchcik · 19 years ago
  80. 1b75c3b avoid name glob in agruments as it matches the glob() routine. first steps by Daniel Veillard · 19 years ago
  81. c63fbbf Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven by Kasimier T. Buchcik · 19 years ago
  82. ea152c0 Further enhancement for XPath streaming, consolidated with schemas usage by William M. Brack · 19 years ago
  83. 4efd90d Changed the validation process to be able to work in streaming mode. Some by Kasimier T. Buchcik · 19 years ago
  84. d892557 applied patch from Rob Richards for xml:space and xml:lang handling with by Daniel Veillard · 19 years ago
  85. c872afb Added output of canonical values in identity-constraint error messages. by Kasimier T. Buchcik · 19 years ago
  86. 1a99a39 Added "Particle correct 2" to parsing of model groups. Added handling by Kasimier T. Buchcik · 19 years ago
  87. 256401b Committing again, since the CVS server aborted. by Kasimier T. Buchcik · 19 years ago
  88. 7331e5c fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and by Daniel Veillard · 19 years ago
  89. 9e75e9f special case "DAV:" namespace in c14n relative namespaces check and add by Aleksey Sanin · 19 years ago
  90. 478d693 Hopefully finished validation against facets to use the normalized value by Kasimier T. Buchcik · 19 years ago
  91. 6c81d0e In preparation to use normalized values of facets during validation: by Kasimier T. Buchcik · 19 years ago
  92. c0c6ce2 some gcc4 portability patches, including a serious aliasing bug exposed in by Daniel Veillard · 19 years ago
  93. 285ebab Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; by Kasimier T. Buchcik · 19 years ago
  94. 5e09414 applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added by Daniel Veillard · 20 years ago
  95. 2a0fdd9 Some experimental addition for parsing of expressions and streamable by Kasimier T. Buchcik · 20 years ago
  96. b06b4de Added validation for the attribute "id" in the schemata; doing this needed by Kasimier T. Buchcik · 20 years ago
  97. 6e224f1 Fixed comparison for default/fixed attribute values, if the type was by Kasimier T. Buchcik · 20 years ago
  98. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 20 years ago
  99. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 20 years ago
  100. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 20 years ago