- d3669b2 avoid ID error message if using HTML_PARSE_NOERROR should fix #130762 by Daniel Veillard · 21 years ago
- f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 21 years ago
- 770075b fixed the main issues reported by Peter Breitenlohner cleanup speedup by Daniel Veillard · 21 years ago
- 965983a removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. Call by Daniel Veillard · 21 years ago
- edb65a7 added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minor by William M. Brack · 21 years ago
- 1f5c989 xmlValidateElement could crash for element holding a namespace declaration by Daniel Veillard · 21 years ago
- ab1ceda fixed bug concerning validation using external dtd of element with mutiple by William M. Brack · 21 years ago
- f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
- 8d7b5c7 fixed some wording make sure doc/examples is packaged fixed the really by Daniel Veillard · 21 years ago
- 6bf4d6f small enhancement to assure ATTRIBUTE_UNUSED appears after the variable by William M. Brack · 21 years ago
- a8ff65d fixed bug #125811 related to DTD post validation where the DTD doesn't by Daniel Veillard · 21 years ago
- e133dd8 the a-posteriori DTD validation code was not validating the namespace by Daniel Veillard · 21 years ago
- 9ba8e38 included a new function to reuse a Push parser context, based on Graham by Daniel Veillard · 21 years ago
- 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
- 9e66059 fixed problem reported on the mailing list by Melvyn Sopacua - wrong by William M. Brack · 21 years ago
- d61e8fb fixes for compiling using --with-minimum Daniel by Daniel Veillard · 21 years ago
- 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
- 0cc7277 fix a call missing arguments Daniel by Daniel Veillard · 21 years ago
- 7300057 adding an serror field to the validation context breaks the ABI for the by Daniel Veillard · 21 years ago
- 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
- ce9457f more cleanup of error handling in parserInternals, sharing the routine for by Daniel Veillard · 21 years ago
- bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
- 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
- 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
- a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
- 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
- 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
- 4e52f2f fixed bug 121759 - early declaration of attribute-list in external DTD by William M. Brack · 21 years ago
- 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
- 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
- 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
- 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
- 78637da fixing bug 118559 by William M. Brack · 21 years ago
- a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
- a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 22 years ago
- f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 22 years ago
- c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 22 years ago
- e637c4a more work on XML Schemas datatypes and facets support. Currently only by Daniel Veillard · 22 years ago
- ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 22 years ago
- 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 22 years ago
- 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 22 years ago
- c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 22 years ago
- 8339128 fix bug #107764 , possibility of buffer overflow in xmlValidDebug() Daniel by Daniel Veillard · 22 years ago
- f4be018 fixes a DTD regexp generation problem. Daniel by Daniel Veillard · 22 years ago
- ec498e1 do not run content model validation if the content is not determinist by Daniel Veillard · 22 years ago
- 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 22 years ago
- 57e79b3 fixing bug #103969 forgot to add an epsilon transition when building the by Daniel Veillard · 22 years ago
- 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
- ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
- a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
- 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
- 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
- 366a915 serious cleanup of the spec file and associated changes in the Makefiles. by Daniel Veillard · 22 years ago
- 2fd8542 make xmlValidateDocument emit a warning msg if there is no DTD, pointed by by Daniel Veillard · 22 years ago
- 01992e0 Joe Marcus Clarke reported a segfault on FBsd this was due to by Daniel Veillard · 22 years ago
- 9dc1cf1 patch from Mark Vakoc to fix xmlNodeGetPath() Daniel by Daniel Veillard · 22 years ago
- ceb09b9 typo/bug found by Christian Glahn Daniel by Daniel Veillard · 22 years ago
- 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
- 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
- 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
- 5acfd6b determinism is debugged, new DTD checking code now works but by Daniel Veillard · 22 years ago
- a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
- 84d70a4 incomplete steps for real/double support avoiding a compilation problem by Daniel Veillard · 22 years ago
- aeb258a cosmetic cleanup started integrating a DTD validation layer based on the by Daniel Veillard · 22 years ago
- 7657576 working on better error reporting of validity errors, especially providing by Daniel Veillard · 22 years ago
- b9cd8b4 try to provide file and line informations, not all messages are covered, by Daniel Veillard · 22 years ago
- 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
- 37f961d fixing bug #79331 in one path the lookup for ID attributes on a namespaced by Daniel Veillard · 22 years ago
- fc57b41 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel by Daniel Veillard · 23 years ago
- 940492d first part of fixing #78729 Daniel by Daniel Veillard · 23 years ago
- 9b731d7 trying to fix #77441 Daniel by Daniel Veillard · 23 years ago
- 6f4561a Never commit without running "make tests" :-( fix a couple of stupidities by Daniel Veillard · 23 years ago
- d85f4f4 fixed bug #76168, attribute redeclared in the internal subset should not by Daniel Veillard · 23 years ago
- 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 23 years ago
- 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
- bb4e46d applied patch from Dodji Seketeli fixing an uninitailized variable in by Daniel Veillard · 23 years ago
- d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 23 years ago
- 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 23 years ago
- d6dc4cb implemented E59 spaces in CDATA does not match the nonterminal S Daniel by Daniel Veillard · 23 years ago
- 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 23 years ago
- d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 23 years ago
- 8ab0f58 more work on the conformance suite. Took the step to finally block by Daniel Veillard · 23 years ago
- 7aea52d fixed #71740 NotationDecl with a required field missing Daniel by Daniel Veillard · 23 years ago
- c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 23 years ago
- e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 23 years ago
- 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
- c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 23 years ago
- 5e5c2d0 Justin Fletcher found some parts of the code needing cleanup Fixed the by Daniel Veillard · 23 years ago
- d455d79 fixing #70166 Daniel by Daniel Veillard · 23 years ago
- 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 23 years ago
- d8224e0 fixed validation of attributes content of type NAME NAMES NMTOKEN and by Daniel Veillard · 23 years ago
- 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
- cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
- 86fd5a7 cleanup some static declarations Daniel by Daniel Veillard · 23 years ago
- ed472f3 fix bug #66816 when validating. don't use sys/time.h if configure did not by Daniel Veillard · 23 years ago
- b4545fd in case of content model validity error, don't print it if validity by Daniel Veillard · 23 years ago
- be480fb trying to fix namespaces + validation problems for good, closing #63619 in by Daniel Veillard · 23 years ago
- ce2c2f0 fixed a very serious (looping) validation bug Daniel by Daniel Veillard · 23 years ago
- 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
- b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago