1. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  2. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  3. 02bb170 - HTMLparser.[ch] HTMLtree.c: stored the inline/block property by Daniel Veillard · 23 years ago
  4. f0c5376 - HTMLtree.c: when in a pre element no formatting space should by Daniel Veillard · 23 years ago
  5. d16df9f - xinclude.c: fixed XInclude recursive behaviour bug #54678 by Daniel Veillard · 23 years ago
  6. bbd2245 - xinclude.[ch]: Updated the namespace for the Last Call version by Daniel Veillard · 23 years ago
  7. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  8. 0a2a163 - HTMLparser.c: Patch from Jonas Borgström by Daniel Veillard · 23 years ago
  9. 4de4d3b - valid.c: warn when indeterminist content model is detected by Daniel Veillard · 23 years ago
  10. 357c960 - xpath.c result/XPath/expr/floats : clarified and cleanup by Daniel Veillard · 23 years ago
  11. a2bc368 - HTMLparser.c: trying to fix the problem reported by Jonas Borgström by Daniel Veillard · 23 years ago
  12. 56098d4 - HTMLparser.c : HTML parsing still sucks ... trying to deal by Daniel Veillard · 23 years ago
  13. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  14. 8534905 - valid.c: removed a state explosion exhibited by RSS by Daniel Veillard · 23 years ago
  15. a10efa8 - debugXML.c hash.c tree.h valid.c : some changes related to by Daniel Veillard · 23 years ago
  16. a3bfca5 parsing real HTML is a nightmare. by Daniel Veillard · 23 years ago
  17. bdb9ba7 - tree.c: fixed xmlStringGetNodeList() to handle charrefs by Daniel Veillard · 23 years ago
  18. 1731d6a - xpath.c: trying to get 52979 solved by Daniel Veillard · 23 years ago
  19. d8df6c0 Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - by Daniel Veillard · 23 years ago
  20. 2be3064 - error.c: applied the context output patch of the error by Daniel Veillard · 23 years ago
  21. 0b6b55b Someone found a bug hiding in a corner, caught it ! by Daniel Veillard · 23 years ago
  22. 2f36224 - parser.c: one must report spaces even if the Dtd element by Daniel Veillard · 23 years ago
  23. 4b63707 - xpath.c: finally implemented xmlXPathCompareNodeSets by Daniel Veillard · 23 years ago
  24. 760f442 Couple of fixes, getting ready for 2.3.1: by Daniel Veillard · 23 years ago
  25. f41fbbf testing and bug fixing related to XSLT: by Daniel Veillard · 23 years ago
  26. b6e7fdb Rewrite/cleanup/tests of URI normalization: by Daniel Veillard · 23 years ago
  27. 2f913b7 Fixes inherited from XSLT testing: by Daniel Veillard · 23 years ago
  28. f62ceff General fixes, XPointer improvements: by Daniel Veillard · 24 years ago
  29. bf43275 Bug fixes new Xinclude tests: by Daniel Veillard · 24 years ago
  30. 2ffc359 - parser.[ch]: added xmlIOParseDTD() by Daniel Veillard · 24 years ago
  31. c4f4f0b - xpath.c: fixed the root evaluation problems by Daniel Veillard · 24 years ago
  32. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  33. 1e85139 - parser.c test/wap.xml result/noent/wap.xml result/wap.xml: by Daniel Veillard · 24 years ago
  34. 7eda845 - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML by Daniel Veillard · 24 years ago
  35. ff9c330 More work on XPointer by Daniel Veillard · 24 years ago
  36. c2df4cd Going forward in XPointer implementation: by Daniel Veillard · 24 years ago
  37. aa4f649 Fixed the HTML tests output, Daniel. by Daniel Veillard · 24 years ago
  38. c8df0aa Added XPointer: - configure.in Makefile.am include/makefile.am: adding by Daniel Veillard · 24 years ago
  39. e8282ed More work toward 2.2.5, integrated a number of patches by Daniel Veillard · 24 years ago
  40. ac26030 More work and fixes on XPath: by Daniel Veillard · 24 years ago
  41. 970112a Stupid bug fix on the HTML parser: by Daniel Veillard · 24 years ago
  42. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  43. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  44. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  45. 90e1131 - uri.c: applied Wayne Davidson patch by Daniel Veillard · 24 years ago
  46. 98a7916 URI work cleanup and regresssion tests, by Daniel Veillard · 24 years ago
  47. 4948eb4 - HTMLparser.c testHTML.c: applied two new patches from by Daniel Veillard · 24 years ago
  48. e010c17 Mostly HTML generation and parsing enhancements: by Daniel Veillard · 24 years ago
  49. e0854c3 Bunch of new parser cleanup work: by Daniel Veillard · 24 years ago
  50. af7fc34 Changed the title external parsed entity in tests, Daniel by Daniel Veillard · 24 years ago
  51. 2f2bf41 Small cleanups, updates, Daniel by Daniel Veillard · 24 years ago
  52. 244ece9 Minor fix and add to testsuite, Daniel by Daniel Veillard · 24 years ago
  53. b8f25c9 work done on auto-opening of <p> tags and cleanup of SAX output, Daniel. by Daniel Veillard · 24 years ago
  54. 808a3f1 cleaned up the output of SAX tests, Daniel by Daniel Veillard · 24 years ago
  55. 1255ab7 Patch from Dave Yearke <yearke@eng.buffalo.edu>: by Daniel Veillard · 24 years ago
  56. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  57. 71f93fc Added a bunch of testsuite realted files missing, Daniel. by Daniel Veillard · 24 years ago
  58. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  59. eacbb8d Added one of the testuite results, Daniel. by Daniel Veillard · 24 years ago
  60. 663a607 Fixing one test suite result, Daniel. by Daniel Veillard · 24 years ago
  61. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  62. 75c2921 Added TODO, desactivated memory debug, ran make tests, daniel. by Daniel Veillard · 24 years ago
  63. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  64. 0142b84 Oops, it seems I forgot to commit 1.8.4 changes by Daniel Veillard · 25 years ago
  65. 71b656e - added xmlRemoveID() and xmlRemoveRef() by Daniel Veillard · 25 years ago
  66. 686d6b6 - added xmlRemoveProp by Daniel Veillard · 25 years ago
  67. 5cb5ab8 - release 1.8.2 - HTML handling improvement - new tree handling functions by Daniel Veillard · 25 years ago
  68. 10a2c65 Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  69. 4a53eca - Updated HTML test outputs by Daniel Veillard · 25 years ago
  70. af78a0e Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  71. 0713665 Fixed some wrongly space collapsing code due to misreading of the spec, Daniel. by Daniel Veillard · 25 years ago
  72. 7f85850 Attribute nomarlization closing bug #3597 by Daniel Veillard · 25 years ago
  73. 3500838 BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs by Daniel Veillard · 25 years ago
  74. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  75. 7d2c276 Fixed probles in some HTML tag autoclose, XML output bug on mixed-content by Daniel Veillard · 25 years ago
  76. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  77. 424af39 Added and updated all the results for 1.5.0, Daniel by Daniel Veillard · 25 years ago
  78. f787169 Rebuit doc finished closing a few bugs, Daniel. by Daniel Veillard · 25 years ago
  79. 740c77f Added and updated all the results for 1.5.0, Daniel by Daniel Veillard · 25 years ago
  80. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  81. e2d034d Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel by Daniel Veillard · 25 years ago
  82. 1566d3a Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel by Daniel Veillard · 25 years ago
  83. 82150d8 HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel by Daniel Veillard · 25 years ago
  84. 97fea18 Allocate a per-parser SAX table, correct the SAX results, Daniel. by Daniel Veillard · 25 years ago
  85. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  86. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  87. 3c2c2ce Updated the tests and result files for better conformances, added rdf2, Daniel by Daniel Veillard · 25 years ago
  88. 0ba4d53 CharRef handling, comments, formatting, pre UTF-8 handling, Daniel. by Daniel Veillard · 26 years ago
  89. ccb0963 Changed the internals a lot for DOM, entity support, slight changes of API, by Daniel Veillard · 26 years ago
  90. 260a68f Release 0.2, 80% rewrite, nothing left intact ... Daniel by Daniel Veillard · 26 years ago
  91. 01791d5 Added the XML code developped at W3C, Daniel. by Daniel Veillard · 26 years ago