1. b39bc39 Christian Glahn found a problem with a recent patch to by Daniel Veillard · 22 years ago
  2. ce02dbc Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added by Daniel Veillard · 22 years ago
  3. 3237023 fixed the validation of sequences content model when some of the blocks by Daniel Veillard · 22 years ago
  4. 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
  5. e3b7d9a quick but apparently working implementation of xi:fallback, should close by Daniel Veillard · 22 years ago
  6. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  7. f5582f1 applied a couple of patches from Peter Jacobi to start to get rid of by Daniel Veillard · 22 years ago
  8. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  9. dfa3b24 added merlin-c14n-two.tar.gz tests for by Aleksey Sanin · 22 years ago
  10. 508a101 C14N tests integrated into LibXML2 test suite by Aleksey Sanin · 22 years ago
  11. 5a87241 a bit of work on import. Charles Bozeman provided a compare function for by Daniel Veillard · 22 years ago
  12. 070803b patch Charles Bozeman for validation of all the date, time, and duration by Daniel Veillard · 22 years ago
  13. eca8281 another XPath conformance patch from Richard Jinks Daniel by Daniel Veillard · 22 years ago
  14. 13e04c6 fixed validation of attribute groups. added an example from the primer by Daniel Veillard · 22 years ago
  15. 88c5891 more work on Schemas updated the test list Daniel by Daniel Veillard · 22 years ago
  16. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  17. 441bc32 implementing xs:all with minOccurs = 0 added more tests covering xs:all by Daniel Veillard · 22 years ago
  18. b439896 more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  19. decd64d more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  20. b509f15 more work on the automata interfaces and debug of counted choices added a by Daniel Veillard · 22 years ago
  21. 8651f53 a bit of work on Schemas try to make it more useful changed the Schemas by Daniel Veillard · 22 years ago
  22. 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 22 years ago
  23. 0eafdef another patch from Richard Jinks for substring conformance update of the by Daniel Veillard · 22 years ago
  24. 21458c8 more patches from Richard Jinks Updated tests though they show a by Daniel Veillard · 22 years ago
  25. e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 22 years ago
  26. a6d0538 Fixing #71342 serializing '\n' in attribute values added a specific test. by Daniel Veillard · 22 years ago
  27. c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 22 years ago
  28. be480fb trying to fix namespaces + validation problems for good, closing #63619 in by Daniel Veillard · 23 years ago
  29. 957fdcf handle the case of < in quoted attributes, Bastian Kleineidam Daniel by Daniel Veillard · 23 years ago
  30. c853b32 releasing 2.4.9 fixing catalog breakages fixed more problems in catalog by Daniel Veillard · 23 years ago
  31. 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
  32. 89cad53 added entities testing to the Thread test make the test reasonable fix the by Daniel Veillard · 23 years ago
  33. ab7488e fixed some bugs in CFLAGS passing. added a specific threaded test case by Daniel Veillard · 23 years ago
  34. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  35. 6433954 fixed nextCatalog started adding a small regression test Daniel by Daniel Veillard · 23 years ago
  36. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  37. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  38. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  39. f0c5376 - HTMLtree.c: when in a pre element no formatting space should by Daniel Veillard · 23 years ago
  40. d16df9f - xinclude.c: fixed XInclude recursive behaviour bug #54678 by Daniel Veillard · 23 years ago
  41. bbd2245 - xinclude.[ch]: Updated the namespace for the Last Call version by Daniel Veillard · 23 years ago
  42. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  43. e62d36c - valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test by Daniel Veillard · 23 years ago
  44. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  45. 1c14b8d The last main work left on non-determinist validation: by Daniel Veillard · 23 years ago
  46. ca1f172 The lesson of the day is by Daniel Veillard · 23 years ago
  47. 8534905 - valid.c: removed a state explosion exhibited by RSS by Daniel Veillard · 23 years ago
  48. dab4cb3 Geez, this one was painful ! I still need to handle entities references by Daniel Veillard · 23 years ago
  49. d8df6c0 Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - by Daniel Veillard · 23 years ago
  50. 0b6b55b Someone found a bug hiding in a corner, caught it ! by Daniel Veillard · 23 years ago
  51. 4b63707 - xpath.c: finally implemented xmlXPathCompareNodeSets by Daniel Veillard · 23 years ago
  52. b6e7fdb Rewrite/cleanup/tests of URI normalization: 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. 1e85139 - parser.c test/wap.xml result/noent/wap.xml result/wap.xml: by Daniel Veillard · 24 years ago
  57. 7eda845 - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML by Daniel Veillard · 24 years ago
  58. ff9c330 More work on XPointer by Daniel Veillard · 24 years ago
  59. c2df4cd Going forward in XPointer implementation: by Daniel Veillard · 24 years ago
  60. c8df0aa Added XPointer: - configure.in Makefile.am include/makefile.am: adding by Daniel Veillard · 24 years ago
  61. e8282ed More work toward 2.2.5, integrated a number of patches by Daniel Veillard · 24 years ago
  62. ac26030 More work and fixes on XPath: by Daniel Veillard · 24 years ago
  63. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  64. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  65. 90e1131 - uri.c: applied Wayne Davidson patch by Daniel Veillard · 24 years ago
  66. 98a7916 URI work cleanup and regresssion tests, by Daniel Veillard · 24 years ago
  67. e0854c3 Bunch of new parser cleanup work: by Daniel Veillard · 24 years ago
  68. af7fc34 Changed the title external parsed entity in tests, Daniel by Daniel Veillard · 24 years ago
  69. 244ece9 Minor fix and add to testsuite, Daniel by Daniel Veillard · 24 years ago
  70. 808a3f1 cleaned up the output of SAX tests, Daniel by Daniel Veillard · 24 years ago
  71. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  72. 71f93fc Added a bunch of testsuite realted files missing, Daniel. by Daniel Veillard · 24 years ago
  73. 3dd82e7 - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to by Daniel Veillard · 24 years ago
  74. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  75. 0142b84 Oops, it seems I forgot to commit 1.8.4 changes by Daniel Veillard · 25 years ago
  76. 686d6b6 - added xmlRemoveProp by Daniel Veillard · 25 years ago
  77. 5cb5ab8 - release 1.8.2 - HTML handling improvement - new tree handling functions by Daniel Veillard · 25 years ago
  78. 7f85850 Attribute nomarlization closing bug #3597 by Daniel Veillard · 25 years ago
  79. 3500838 BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs by Daniel Veillard · 25 years ago
  80. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  81. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  82. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  83. 1566d3a Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel by Daniel Veillard · 25 years ago
  84. 82150d8 HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel by Daniel Veillard · 25 years ago
  85. 97fea18 Allocate a per-parser SAX table, correct the SAX results, 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 · 26 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