summaryrefslogtreecommitdiff
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
...
* applied patch from Malcolm Tredinnick fixing errata E20 concerningDaniel Veillard2004-09-261-4/+6
* fixed 2 problems raised by #152140, one which is that notation not in theDaniel Veillard2004-09-081-2/+2
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-0/+1
* fixed my mis-handling of External ID on last change.William M. Brack2004-08-061-11/+10
* changed the parsing of a document's DTD to use the proper base path (bugWilliam M. Brack2004-08-051-2/+17
* suppressed warnings from within xmlValidGetValidElements (bug 144644)William M. Brack2004-06-241-2/+11
* implemented bugfix from Massimo Morara for DTD dumping problem. addedWilliam M. Brack2004-06-241-2/+6
* fixes the use of 'list' as a parameter added xmlPopInputCallback for MattDaniel Veillard2004-05-081-5/+5
* small enhancement to fix bug 139791William M. Brack2004-04-171-4/+4
* avoid ID error message if using HTML_PARSE_NOERROR should fix #130762Daniel Veillard2004-02-251-1/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-16/+21
* fixed the main issues reported by Peter Breitenlohner cleanup speedupDaniel Veillard2004-02-251-1/+14
* removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. CallDaniel Veillard2004-02-171-1/+2
* added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minorWilliam M. Brack2004-02-061-14/+11
* xmlValidateElement could crash for element holding a namespace declarationDaniel Veillard2003-12-291-2/+6
* fixed bug concerning validation using external dtd of element with mutipleWilliam M. Brack2003-12-231-1/+1
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-1/+1
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-6/+29
* small enhancement to assure ATTRIBUTE_UNUSED appears after the variableWilliam M. Brack2003-11-041-1/+0
* fixed bug #125811 related to DTD post validation where the DTD doesn'tDaniel Veillard2003-11-031-6/+11
* the a-posteriori DTD validation code was not validating the namespaceDaniel Veillard2003-10-301-1/+9
* included a new function to reuse a Push parser context, based on GrahamDaniel Veillard2003-10-281-2/+3
* cleanup fixing bug #125653 sometimes the error handlers can get a parserDaniel Veillard2003-10-281-8/+8
* fixed problem reported on the mailing list by Melvyn Sopacua - wrongWilliam M. Brack2003-10-201-3/+40
* fixes for compiling using --with-minimum DanielDaniel Veillard2003-10-191-2/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-8/+8
* fix a call missing arguments DanielDaniel Veillard2003-10-131-1/+1
* adding an serror field to the validation context breaks the ABI for theDaniel Veillard2003-10-111-8/+4
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-7/+17
* more cleanup of error handling in parserInternals, sharing the routine forDaniel Veillard2003-10-051-34/+34
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-278/+366
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-139/+146
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-1/+9
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-2/+14
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-3/+27
* starting to cleanup some of the problems exposed by the W3C/NISTDaniel Veillard2003-09-151-8/+1
* fixed bug 121759 - early declaration of attribute-list in external DTDWilliam M. Brack2003-09-141-1/+5
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-2/+2
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-2/+2
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-17/+48
* fixed bug #118712 about mixed content, and namespaced element names. addedDaniel Veillard2003-08-031-7/+21
* fixing bug 118559William M. Brack2003-07-311-2/+1
* applied a patch from Gman for building docs applied a patch from GaryDaniel Veillard2003-06-091-0/+30
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-23/+60
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-33/+0
* fixing bug #107129, removing excessive allocation and calls to *printf inDaniel Veillard2003-04-071-142/+101
* more work on XML Schemas datatypes and facets support. Currently onlyDaniel Veillard2003-03-301-1/+1
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-0/+3
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+2
* attempt to cope with ID/IDREF(S) declared both in the DTD and in theDaniel Veillard2003-03-191-0/+2