aboutsummaryrefslogtreecommitdiffstats
path: root/SAX2.c
Commit message (Expand)AuthorAgeFilesLines
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-2/+2
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-0/+4
* fixed uninitialized new field. fixed a typo updating all messages DanielDaniel Veillard2003-10-101-1/+2
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-6/+13
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+1
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-2/+36
* rebuilt the API added the new options --nocdata and --nsclean to removeDaniel Veillard2003-09-261-2/+4
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-19/+6
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-251-1/+1
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-9/+38
* fixing namespace DTD validations the output of defaulted namespaces isDaniel Veillard2003-09-181-4/+9
* more performance hunting reducing memory allocation and free and avoidingDaniel Veillard2003-09-171-26/+84
* started messing seriously with per-document dict and element and attributeDaniel Veillard2003-09-171-0/+11
* starting work on reusing the parser dictionary for the element andDaniel Veillard2003-09-151-26/+79
* starting to cleanup some of the problems exposed by the W3C/NISTDaniel Veillard2003-09-151-28/+42
* 2.6.0beta1 changes Fixing attribute normalization, might not be totallyDaniel Veillard2003-09-101-0/+4
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-32/+445
* fixed bug #121210 (callback to sax->error, sax->warning with wrongWilliam M. Brack2003-09-061-17/+19
* fixed a namespace error on attribute reporting bug pointed out by TobiasDaniel Veillard2003-08-281-0/+5
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-0/+2036