1. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  2. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  3. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  4. 4f86020 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based by Daniel Veillard · 22 years ago
  5. 3c265e4 backing out one change in the last patch which broke the regression tests by Daniel Veillard · 22 years ago
  6. 5335dc5 applied an old patch from Lukas Schroeder to track node creation and by Daniel Veillard · 22 years ago
  7. 8ba1741 generate the NEWS file from doc/news.html and a stylesheet Daniel by Daniel Veillard · 22 years ago
  8. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  9. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  10. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  11. dc85f28 modified the generator to allow keeping class references when creating new by Daniel Veillard · 22 years ago
  12. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  13. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  14. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  15. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  16. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  17. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  18. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  19. aba976d changed the generator to provide casing for the XmlTextReader similar to by Daniel Veillard · 22 years ago
  20. 8329884 added a document on guidelines for publishing and deploying XML Daniel by Daniel Veillard · 22 years ago
  21. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  22. f25b4ca added a few predefined xmlTextReader parser configuration values. Daniel by Daniel Veillard · 22 years ago
  23. 0e9dafa trying to fix #102037 Daniel by Daniel Veillard · 22 years ago
  24. 8dbd495 fixing bug #95296, when the predefined entities are redefined in the DTD by Daniel Veillard · 22 years ago
  25. 6647aed doc/xmllint.xml doc/xmllint.1 Add discussion of XML_DEBUG_CATALOG to by MST 2002 John Fleck · 22 years ago
  26. df512f4 Fixed the empty node detection to avoid reporting an inexistant close tag. by Daniel Veillard · 22 years ago
  27. 0d132cf patch from Stéphane Bidoul for Python 2.1 Daniel by Daniel Veillard · 22 years ago
  28. fe8aab9 applied Craig A. Berry patches for VMS Daniel by Daniel Veillard · 22 years ago
  29. 4258b9c one really need to provide the base URI information when creating a reader by Daniel Veillard · 22 years ago
  30. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  31. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  32. 4a6d39b applied a patch for VMS following the report by Nigel Hall Daniel by Daniel Veillard · 22 years ago
  33. 3772de3 the parseStartTag bug fix wasn't complete. Daniel by Daniel Veillard · 22 years ago
  34. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  35. d453c63 *** empty log message *** by Igor Zlatkovic · 22 years ago
  36. 7c67a83 doc/tutorial/xmltutorial.xml plus generated html and pdf Updating tutorial by MST 2002 John Fleck · 22 years ago
  37. 44aacb3 doc/tutorial/xmltutorial.xml doc/tutorial/includekeyword.c by MST 2002 John Fleck · 22 years ago
  38. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  39. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  40. 0650345 fallback was only copying the first child not the full child list of the by Daniel Veillard · 22 years ago
  41. 2d45f52 *** empty log message *** by Igor Zlatkovic · 22 years ago
  42. c1eed32 preparing release of 2.4.30 fixups to the api builder, gives enum values, by Daniel Veillard · 22 years ago
  43. 000eafb fixups to the api builder, gives enum values, fix functype return type by Daniel Veillard · 22 years ago
  44. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  45. 9b4bb4d preparing release of 2.4.29 rebuilt the docs and API a few more fixes for by Daniel Veillard · 22 years ago
  46. f6273a0 *** empty log message *** by Igor Zlatkovic · 22 years ago
  47. 5aad832 a bit more cleanup Daniel by Daniel Veillard · 22 years ago
  48. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  49. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  50. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  51. 70a296c *** empty log message *** by Igor Zlatkovic · 22 years ago
  52. 64b3528 Chip turner indicated that XHTML1 serialization rule for style actually by Daniel Veillard · 22 years ago
  53. 8efff67 handle HTTP URL escaping, problem reported by Glen Nakamura and Stefano by Daniel Veillard · 22 years ago
  54. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  55. fdd27d2 Johann Richard pointed out some XPointer problems for URN based URI by Daniel Veillard · 22 years ago
  56. 8db67d2 applied the same kind of refactoring to the HTML saving code. slight API by Daniel Veillard · 22 years ago
  57. ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
  58. 9d5ea17 another patch from Stéphane Bidoul for Python bindings on Windows small by Daniel Veillard · 22 years ago
  59. 9715c17 add a line in %changelog for releases Daniel by Daniel Veillard · 22 years ago
  60. 9bc5310 patch from Marcus Clarke fixing a problem in entities parsing that was by Daniel Veillard · 22 years ago
  61. faa35ff Return the previous as opposed to the next node (I guess this is the by Daniel Veillard · 22 years ago
  62. 80d7b90 Jan Rafaj pointed a bug in the Makefile. Daniel by Daniel Veillard · 22 years ago
  63. a1196ed trying to fix the Python bindings build on Windows (Stéphane Bidoul) by Daniel Veillard · 22 years ago
  64. 9ab7155 *** empty log message *** by Igor Zlatkovic · 22 years ago
  65. ace7cd2 *** empty log message *** by Igor Zlatkovic · 22 years ago
  66. f9c4cad preparing 2.4.28 some cleanup updated the news and regenerated. Daniel by Daniel Veillard · 22 years ago
  67. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
  68. d2ff039 fixing bug #99190 when UTF8 document are parsed using the progressive by Daniel Veillard · 22 years ago
  69. 8b2c7f1 fixed thread problem by William M. Brack · 22 years ago
  70. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  71. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  72. 817e70b repair some problem if gtk-doc fail or such patch for Solaris on new by Daniel Veillard · 22 years ago
  73. a7e05b4 Martin Stoilov pointed out a potential leak in xmlCreateMemoryParserCtxt by Daniel Veillard · 22 years ago
  74. bc6e1a3 fixed bug #98879 a corner case when 0 is included in HTML documents and by Daniel Veillard · 22 years ago
  75. 4efd3be If --with-python is specified, look for the Python interpreter not just in by Daniel Veillard · 22 years ago
  76. a8c0adb fixing bug #98792 , node may have no doc and dereferencing without by Daniel Veillard · 22 years ago
  77. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  78. 68e9e74 fixing #96925 wich was also dependant on the processing of parsed by Daniel Veillard · 22 years ago
  79. 328f48c fixed #96594, which was totally dependant on the processing of internal by Daniel Veillard · 22 years ago
  80. 66651aa trying to fix bug #98517 about building outside the source tree fixed the by Daniel Veillard · 22 years ago
  81. 2772cea *** empty log message *** by Igor Zlatkovic · 22 years ago
  82. 8dd86a5 strengthen the guard in the Pop macros, like in the XML parser, closes bug by Daniel Veillard · 22 years ago
  83. 0821b15 fixed bug #98338 , fatalError SAX callback is never used. Daniel by Daniel Veillard · 22 years ago
  84. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  85. f854d99 adding pdf of tutorial, changing web page to link to it by MST 2002 John Fleck · 22 years ago
  86. 52717f3 doc/tutorial/ar01s08.html adding file what I forgot for tutorial by MST 2002 John Fleck · 22 years ago
  87. bd3b4fd Adding encoding discussion to tutorial Added: DocBook admonition image by MST 2002 John Fleck · 22 years ago
  88. 22bafff *** empty log message *** by Igor Zlatkovic · 22 years ago
  89. a2258da *** empty log message *** by Igor Zlatkovic · 22 years ago
  90. 7216cfd fixed a typo pointed out by Igor try to speed up node compare using line by Daniel Veillard · 22 years ago
  91. a70d62f make xmlFreeNode() handle attributes correctly. Daniel by Daniel Veillard · 22 years ago
  92. b8e99cc *** empty log message *** by Igor Zlatkovic · 22 years ago
  93. 56f21f2 tried to fix bug #97852 reported by Nicolas Noffke Daniel by Daniel Veillard · 22 years ago
  94. 91ad879 switched the order of a couple of includes to fix bugs #97100 Daniel by Daniel Veillard · 22 years ago
  95. 2bb82ee *** empty log message *** by Igor Zlatkovic · 22 years ago
  96. 9fdd8f3 *** empty log message *** by Igor Zlatkovic · 22 years ago
  97. 61f6fb6 doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ by John Fleck · 22 years ago
  98. f95b56b *** empty log message *** by Igor Zlatkovic · 22 years ago
  99. ce66ce1 applied patch from Brian Stafford to fix a bug in xmlReconciliateNs() by Daniel Veillard · 22 years ago
  100. 7e3f140 applied patch from Christian Glahn to allow xmlNewChild() on document by Daniel Veillard · 22 years ago