summaryrefslogtreecommitdiff
path: root/result/rdf2.sax
Commit message (Collapse)AuthorAgeFilesLines
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-6/+0
| | | | | | | | | | | | | | | * parser.c include/libxml/parser.h: completely different fix for the recursion detection based on entity density, big cleanups in the entity parsing code too * result/*.sax*: the parser should not ask for used defined versions of the predefined entities * testrecurse.c: automatic test for entity recursion checks * Makefile.am: added testrecurse * test/recurse/lol* test/recurse/good*: a first set of tests for the recursion Daniel svn path=/trunk/; revision=3783
* removing the SAXresults tree, keeping result in the same tree, addedDaniel Veillard2003-09-031-0/+197
* Makefile.am results/*.sax SAXResult/*: removing the SAXresults tree, keeping result in the same tree, added SAXtests to the default "make tests" Daniel