aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added Datatype ID and IDREF, usable from RelaxNG now need to add a newDaniel Veillard2003-03-181-0/+1
* fix bug #107764 , possibility of buffer overflow in xmlValidDebug() DanielDaniel Veillard2003-03-061-1/+1
* fixes a DTD regexp generation problem. DanielDaniel Veillard2003-02-241-0/+4
* do not run content model validation if the content is not deterministDaniel Veillard2003-02-051-1/+13
* fixing #104096 to compile without regexps DanielDaniel Veillard2003-02-041-0/+2
* fixing bug #103969 forgot to add an epsilon transition when building theDaniel Veillard2003-02-041-0/+2
* final touch running DTD validation on the XmlTextReader added a specificDaniel Veillard2002-12-271-1/+34
* working on DTD validation on top of xml reader interfaces. Allows toDaniel Veillard2002-12-201-49/+462
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-0/+1
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-5/+4
* code cleanup DanielDaniel Veillard2002-11-301-45/+48
* serious cleanup of the spec file and associated changes in the Makefiles.Daniel Veillard2002-10-231-4/+4
* make xmlValidateDocument emit a warning msg if there is no DTD, pointed byDaniel Veillard2002-10-161-1/+3
* Joe Marcus Clarke reported a segfault on FBsd this was due toDaniel Veillard2002-10-091-3/+8
* patch from Mark Vakoc to fix xmlNodeGetPath() DanielDaniel Veillard2002-10-081-2/+3
* typo/bug found by Christian Glahn DanielDaniel Veillard2002-10-041-1/+1
* fixed bug #92518 validation error were not covering namespaceDaniel Veillard2002-09-261-0/+226
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+4
* made configuring with regexps/automata/unicode the default but withoutDaniel Veillard2002-09-191-2/+9
* determinism is debugged, new DTD checking code now works butDaniel Veillard2002-09-181-20/+40
* small cleanup switched DTD validation to use only regexp when configuredDaniel Veillard2002-09-171-12/+116
* incomplete steps for real/double support avoiding a compilation problemDaniel Veillard2002-09-161-12/+22
* cosmetic cleanup started integrating a DTD validation layer based on theDaniel Veillard2002-09-131-0/+179