aboutsummaryrefslogtreecommitdiff
path: root/result/xhtml1.sax2
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-08-28 15:36:32 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-08-28 15:36:32 +0000
commit0161e638c697890020c410dbedec9bb516d0fe49 (patch)
tree94453bdcdfaedf9e12ddd3a98e8ff37f847242b9 /result/xhtml1.sax2
parent49d4405a6d76a91d61dbbd9e228bf31034c8da29 (diff)
downloadlibxml2-0161e638c697890020c410dbedec9bb516d0fe49.tar.gz
completely different fix for the recursion detection based on entity
* 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
Diffstat (limited to 'result/xhtml1.sax2')
-rw-r--r--result/xhtml1.sax21
1 files changed, 0 insertions, 1 deletions
diff --git a/result/xhtml1.sax2 b/result/xhtml1.sax2
index 969162ec..e6952c86 100644
--- a/result/xhtml1.sax2
+++ b/result/xhtml1.sax2
@@ -23,7 +23,6 @@ SAX.characters(
SAX.startElementNs(script, NULL, NULL, 0, 1, 0, type='text...', 15)
SAX.characters(
... unescaped script , 24)
-SAX.getEntity(lt)
SAX.characters(<, 1)
SAX.characters( content ...
, 15)