summaryrefslogtreecommitdiff
path: root/result/rdf1.sax2
Commit message (Collapse)AuthorAgeFilesLines
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-4/+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
* added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks.Daniel Veillard2005-06-271-0/+190
* result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel