summaryrefslogtreecommitdiff
path: root/chvalid.def
Commit message (Collapse)AuthorAgeFilesLines
* rebuilt chvalid.def from scratch based on XML 2nd edition REC andDaniel Veillard2003-10-111-324/+343
| | | | | | | * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt chvalid.def from scratch based on XML 2nd edition REC and regenerated the code. Daniel
* removed some annoying warnings fixed a bug in the PubidChars definition,Daniel Veillard2003-10-111-1/+1
| | | | | | | | | | * check-xml-test-suite.py: removed some annoying warnings * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug in the PubidChars definition, regenerated, there is still a bug left somewhere * genChRanges.py: save the header directly in include/libxml/ * configure.in: I generated a 2.6.0beta6 earlier today Daniel
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-111-0/+342
* genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h: new files for a different method for doing range validation of character data. * Makefile.am, parserInternals.c, include/libxml/Makefile.am, include/libxml/parserInternals.h: modified for new range method. * catalog.c: small enhance for warning message (using one of the new range routines)