aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2013-03-11 13:57:53 +0800
committerDaniel Veillard <veillard@redhat.com>2013-03-11 15:59:21 +0800
commita3f1e3e5712257fd279917a9158278534e8f4b72 (patch)
tree903a9d93764ee67a60b95d5838fa69b277fff665 /result
parenta09890684c71fcfcc13c2c4c8731cbb6e9d923f8 (diff)
downloadandroid_external_libxml2-a3f1e3e5712257fd279917a9158278534e8f4b72.tar.gz
android_external_libxml2-a3f1e3e5712257fd279917a9158278534e8f4b72.tar.bz2
android_external_libxml2-a3f1e3e5712257fd279917a9158278534e8f4b72.zip
Avoid extra processing on entities
If an entity has already been checked for correctness no need to check it on every reference
Diffstat (limited to 'result')
-rw-r--r--result/att11.sax2
-rw-r--r--result/att11.sax22
2 files changed, 0 insertions, 4 deletions
diff --git a/result/att11.sax b/result/att11.sax
index 67dcf22d..52d28616 100644
--- a/result/att11.sax
+++ b/result/att11.sax
@@ -12,9 +12,7 @@ SAX.externalSubset(attributes, , )
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.getEntity(ent)
-SAX.getEntity(recursive)
SAX.getEntity(ent)
-SAX.getEntity(recursive)
SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
this normalization ')
SAX.endElement(attributes)
diff --git a/result/att11.sax2 b/result/att11.sax2
index 859a9704..3e8cfd92 100644
--- a/result/att11.sax2
+++ b/result/att11.sax2
@@ -12,9 +12,7 @@ SAX.externalSubset(attributes, , )
SAX.getEntity(ent)
SAX.getEntity(recursive)
SAX.getEntity(ent)
-SAX.getEntity(recursive)
SAX.getEntity(ent)
-SAX.getEntity(recursive)
SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
SAX.endElementNs(attributes, NULL, NULL)
SAX.endDocument()