1. decd64d more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  2. 6231e84 fixed & serialization bug introduced in 2.4.20 this changes a few things by Daniel Veillard · 22 years ago
  3. b509f15 more work on the automata interfaces and debug of counted choices added a by Daniel Veillard · 22 years ago
  4. 8651f53 a bit of work on Schemas try to make it more useful changed the Schemas by Daniel Veillard · 22 years ago
  5. 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 22 years ago
  6. eb475a3 fixing bug #78662 i.e. add proper escaping of URI when saving HTML files. by Daniel Veillard · 22 years ago
  7. 0eafdef another patch from Richard Jinks for substring conformance update of the by Daniel Veillard · 22 years ago
  8. 21458c8 more patches from Richard Jinks Updated tests though they show a by Daniel Veillard · 22 years ago
  9. 6f4561a Never commit without running "make tests" :-( fix a couple of stupidities by Daniel Veillard · 22 years ago
  10. e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 22 years ago
  11. a6d0538 Fixing #71342 serializing '\n' in attribute values added a specific test. by Daniel Veillard · 22 years ago
  12. c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 22 years ago
  13. 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
  14. c1f7834 fix comment in scripts element parsing. updated the results. Daniel by Daniel Veillard · 23 years ago
  15. be480fb trying to fix namespaces + validation problems for good, closing #63619 in by Daniel Veillard · 23 years ago
  16. 957fdcf handle the case of < in quoted attributes, Bastian Kleineidam Daniel by Daniel Veillard · 23 years ago
  17. c853b32 releasing 2.4.9 fixing catalog breakages fixed more problems in catalog by Daniel Veillard · 23 years ago
  18. 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
  19. ce2c2f0 fixed a very serious (looping) validation bug Daniel by Daniel Veillard · 23 years ago
  20. 1669828 do not output hexadecimal charrefs when serializing HTML since some by Daniel Veillard · 23 years ago
  21. 319a742 fixed bug #59981 related to handling of '&' in attributes when entities by Daniel Veillard · 23 years ago
  22. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  23. 6433954 fixed nextCatalog started adding a small regression test Daniel by Daniel Veillard · 23 years ago
  24. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  25. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  26. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  27. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  28. 02bb170 - HTMLparser.[ch] HTMLtree.c: stored the inline/block property by Daniel Veillard · 23 years ago
  29. f0c5376 - HTMLtree.c: when in a pre element no formatting space should by Daniel Veillard · 23 years ago
  30. d16df9f - xinclude.c: fixed XInclude recursive behaviour bug #54678 by Daniel Veillard · 23 years ago
  31. bbd2245 - xinclude.[ch]: Updated the namespace for the Last Call version by Daniel Veillard · 23 years ago
  32. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  33. 0a2a163 - HTMLparser.c: Patch from Jonas Borgström by Daniel Veillard · 23 years ago
  34. 4de4d3b - valid.c: warn when indeterminist content model is detected by Daniel Veillard · 23 years ago
  35. 357c960 - xpath.c result/XPath/expr/floats : clarified and cleanup by Daniel Veillard · 23 years ago
  36. a2bc368 - HTMLparser.c: trying to fix the problem reported by Jonas Borgström by Daniel Veillard · 23 years ago
  37. 56098d4 - HTMLparser.c : HTML parsing still sucks ... trying to deal by Daniel Veillard · 23 years ago
  38. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  39. 8534905 - valid.c: removed a state explosion exhibited by RSS by Daniel Veillard · 23 years ago
  40. a10efa8 - debugXML.c hash.c tree.h valid.c : some changes related to by Daniel Veillard · 23 years ago
  41. a3bfca5 parsing real HTML is a nightmare. by Daniel Veillard · 23 years ago
  42. bdb9ba7 - tree.c: fixed xmlStringGetNodeList() to handle charrefs by Daniel Veillard · 23 years ago
  43. 1731d6a - xpath.c: trying to get 52979 solved by Daniel Veillard · 23 years ago
  44. d8df6c0 Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - by Daniel Veillard · 23 years ago
  45. 2be3064 - error.c: applied the context output patch of the error by Daniel Veillard · 23 years ago
  46. 0b6b55b Someone found a bug hiding in a corner, caught it ! by Daniel Veillard · 23 years ago
  47. 2f36224 - parser.c: one must report spaces even if the Dtd element by Daniel Veillard · 23 years ago
  48. 4b63707 - xpath.c: finally implemented xmlXPathCompareNodeSets by Daniel Veillard · 23 years ago
  49. 760f442 Couple of fixes, getting ready for 2.3.1: by Daniel Veillard · 23 years ago
  50. f41fbbf testing and bug fixing related to XSLT: by Daniel Veillard · 23 years ago
  51. b6e7fdb Rewrite/cleanup/tests of URI normalization: by Daniel Veillard · 23 years ago
  52. 2f913b7 Fixes inherited from XSLT testing: by Daniel Veillard · 23 years ago
  53. f62ceff General fixes, XPointer improvements: by Daniel Veillard · 24 years ago
  54. bf43275 Bug fixes new Xinclude tests: by Daniel Veillard · 24 years ago
  55. 2ffc359 - parser.[ch]: added xmlIOParseDTD() by Daniel Veillard · 24 years ago
  56. c4f4f0b - xpath.c: fixed the root evaluation problems by Daniel Veillard · 24 years ago
  57. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  58. 1e85139 - parser.c test/wap.xml result/noent/wap.xml result/wap.xml: by Daniel Veillard · 24 years ago
  59. 7eda845 - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML by Daniel Veillard · 24 years ago
  60. ff9c330 More work on XPointer by Daniel Veillard · 24 years ago
  61. c2df4cd Going forward in XPointer implementation: by Daniel Veillard · 24 years ago
  62. aa4f649 Fixed the HTML tests output, Daniel. by Daniel Veillard · 24 years ago
  63. c8df0aa Added XPointer: - configure.in Makefile.am include/makefile.am: adding by Daniel Veillard · 24 years ago
  64. e8282ed More work toward 2.2.5, integrated a number of patches by Daniel Veillard · 24 years ago
  65. ac26030 More work and fixes on XPath: by Daniel Veillard · 24 years ago
  66. 970112a Stupid bug fix on the HTML parser: by Daniel Veillard · 24 years ago
  67. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  68. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  69. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  70. 90e1131 - uri.c: applied Wayne Davidson patch by Daniel Veillard · 24 years ago
  71. 98a7916 URI work cleanup and regresssion tests, by Daniel Veillard · 24 years ago
  72. 4948eb4 - HTMLparser.c testHTML.c: applied two new patches from by Daniel Veillard · 24 years ago
  73. e010c17 Mostly HTML generation and parsing enhancements: by Daniel Veillard · 24 years ago
  74. e0854c3 Bunch of new parser cleanup work: by Daniel Veillard · 24 years ago
  75. af7fc34 Changed the title external parsed entity in tests, Daniel by Daniel Veillard · 24 years ago
  76. 2f2bf41 Small cleanups, updates, Daniel by Daniel Veillard · 24 years ago
  77. 244ece9 Minor fix and add to testsuite, Daniel by Daniel Veillard · 24 years ago
  78. b8f25c9 work done on auto-opening of <p> tags and cleanup of SAX output, Daniel. by Daniel Veillard · 24 years ago
  79. 808a3f1 cleaned up the output of SAX tests, Daniel by Daniel Veillard · 24 years ago
  80. 1255ab7 Patch from Dave Yearke <yearke@eng.buffalo.edu>: by Daniel Veillard · 24 years ago
  81. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  82. 71f93fc Added a bunch of testsuite realted files missing, Daniel. by Daniel Veillard · 24 years ago
  83. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  84. eacbb8d Added one of the testuite results, Daniel. by Daniel Veillard · 24 years ago
  85. 663a607 Fixing one test suite result, Daniel. by Daniel Veillard · 24 years ago
  86. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  87. 75c2921 Added TODO, desactivated memory debug, ran make tests, daniel. by Daniel Veillard · 24 years ago
  88. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  89. 0142b84 Oops, it seems I forgot to commit 1.8.4 changes by Daniel Veillard · 25 years ago
  90. 71b656e - added xmlRemoveID() and xmlRemoveRef() by Daniel Veillard · 25 years ago
  91. 686d6b6 - added xmlRemoveProp by Daniel Veillard · 25 years ago
  92. 5cb5ab8 - release 1.8.2 - HTML handling improvement - new tree handling functions by Daniel Veillard · 25 years ago
  93. 10a2c65 Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  94. 4a53eca - Updated HTML test outputs by Daniel Veillard · 25 years ago
  95. af78a0e Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  96. 0713665 Fixed some wrongly space collapsing code due to misreading of the spec, Daniel. by Daniel Veillard · 25 years ago
  97. 7f85850 Attribute nomarlization closing bug #3597 by Daniel Veillard · 25 years ago
  98. 3500838 BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs by Daniel Veillard · 25 years ago
  99. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  100. 7d2c276 Fixed probles in some HTML tag autoclose, XML output bug on mixed-content by Daniel Veillard · 25 years ago