aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* working on better error reporting of validity errors, especially providingDaniel Veillard2002-09-051-11/+20
* try to provide file and line informations, not all messages are covered,Daniel Veillard2002-09-051-2/+57
* adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecoverDaniel Veillard2002-08-021-24/+24
* fixing bug #79331 in one path the lookup for ID attributes on a namespacedDaniel Veillard2002-07-061-4/+25
* preparing 2.4.21 raised a too low limit rebuilt the docs DanielDaniel Veillard2002-04-291-1/+1
* first part of fixing #78729 DanielDaniel Veillard2002-04-151-5/+10
* trying to fix #77441 DanielDaniel Veillard2002-04-141-4/+4
* Never commit without running "make tests" :-( fix a couple of stupiditiesDaniel Veillard2002-03-251-3/+0
* fixed bug #76168, attribute redeclared in the internal subset should notDaniel Veillard2002-03-251-0/+16
* adding "make valgrind" running the full regression tests (except pythonDaniel Veillard2002-03-191-4/+4
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* applied patch from Dodji Seketeli fixing an uninitailized variable inDaniel Veillard2002-03-101-3/+1
* found and fixed a couple of allocation bugs DanielDaniel Veillard2002-02-201-0/+1
* had to change 2 internal parsing API when processing document content toDaniel Veillard2002-02-191-5/+126
* implemented E59 spaces in CDATA does not match the nonterminal S DanielDaniel Veillard2002-02-191-3/+13
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-2/+44
* a couple of errors were reported but not saved back as such in the parsingDaniel Veillard2002-02-181-0/+1
* more work on the conformance suite. Took the step to finally blockDaniel Veillard2002-02-181-6/+38
* fixed #71740 NotationDecl with a required field missing DanielDaniel Veillard2002-02-171-0/+1
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-1/+6
* fixing a comment fixing some troubles with validity check on namespacesDaniel Veillard2002-02-131-32/+92
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-1/+0
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-1/+2
* Justin Fletcher found some parts of the code needing cleanup Fixed theDaniel Veillard2002-02-091-2/+2
* fixing #70166 DanielDaniel Veillard2002-02-081-1/+9
* another set of patches from Anthony Jones for copy operations cleanup andDaniel Veillard2002-01-241-0/+3
* fixed validation of attributes content of type NAME NAMES NMTOKEN andDaniel Veillard2002-01-131-71/+110
* Fixed a few other problems raised by Charlie Bozeman. fixed the outputDaniel Veillard2001-12-311-10/+10
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-52/+52
* cleanup some static declarations DanielDaniel Veillard2001-12-131-1/+1