aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+1
* fixing #104096 to compile without regexps DanielDaniel Veillard2003-02-041-0/+8
* applied a new patch from Stéphane Bidoul for cleanups rebuilt the APIDaniel Veillard2003-01-211-2/+2
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-201-21/+108
* applied a patch from Stéphane Bidoul to allow per XMLtextReader error andDaniel Veillard2003-01-161-0/+149
* fixed the streaming property of the reader, it was generating tree fasterDaniel Veillard2003-01-141-4/+11
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-051-55/+25
* a bit of cleanup small fix more work on the XmlTextReader tutorial a fewDaniel Veillard2003-01-041-0/+1
* added the --stream flag to use the TextReader API small performance tweakDaniel Veillard2003-01-031-2/+9
* okay the DTD validation code on top of the XMLTextParser API should beDaniel Veillard2003-01-031-10/+85
* Fixing some more mess with validation and recursive entities while usingDaniel Veillard2003-01-031-15/+202
* another couple of problem related to IsEmptyElement reported by StéphaneDaniel Veillard2003-01-021-2/+19
* fixed another couple of xmlreader bugs reported by Stéphane Bidoul andDaniel Veillard2003-01-011-2/+5
* fixed another validity checking in external parsed entities raised byDaniel Veillard2003-01-011-5/+8
* fixed a problem with validation within entities pointed by StéphaneDaniel Veillard2002-12-311-8/+23
* fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0Daniel Veillard2002-12-301-3/+3
* fixed another problem pointed by Stéphane Bidoul DanielDaniel Veillard2002-12-301-1/+2
* fixed a limit case problem with "<a/>" DanielDaniel Veillard2002-12-301-1/+3
* warn on xmlns:prefix="foo" fixed a couple of problem for namespaceDaniel Veillard2002-12-301-5/+3
* fixed a bug pointed out by Stéphane Bidoul and integrated it into theDaniel Veillard2002-12-291-0/+1
* extended the XmlTextReader API a bit, addding accessors for the currentDaniel Veillard2002-12-281-0/+47
* final touch running DTD validation on the XmlTextReader added a specificDaniel Veillard2002-12-271-0/+6
* Fixed the empty node detection to avoid reporting an inexistant close tag.Daniel Veillard2002-12-231-9/+17
* working on DTD validation on top of xml reader interfaces. Allows toDaniel Veillard2002-12-201-22/+121
* more work on the xml reader interfaces. updated Igor's mail and the WebDaniel Veillard2002-12-181-0/+377
* Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it.Daniel Veillard2002-12-161-7/+103
* added more methods of XmlTextReader. this increased the methods in theDaniel Veillard2002-12-151-32/+487
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-141-1/+159
* preparing release of 2.4.29 rebuilt the docs and API a few more fixes forDaniel Veillard2002-12-111-16/+125
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-1/+1
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
* Adding a new set of APIs based on the C# TextXmlReader API but convertedDaniel Veillard2002-12-091-0/+773