aboutsummaryrefslogtreecommitdiffstats
path: root/SAXresult/ent7
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-10-14 09:10:25 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-10-14 09:10:25 +0000
commit7c1206fc060fd4260f7c6f003c32fbbea3e542fd (patch)
tree355843d626573307ace64a03b5e3aa34971b3f2a /SAXresult/ent7
parent7d2c276a65a077932bbe2ae5a1b3af304175f995 (diff)
downloadandroid_external_libxml2-7c1206fc060fd4260f7c6f003c32fbbea3e542fd.tar.gz
android_external_libxml2-7c1206fc060fd4260f7c6f003c32fbbea3e542fd.tar.bz2
android_external_libxml2-7c1206fc060fd4260f7c6f003c32fbbea3e542fd.zip
Revamped HTML parsing, lots of bug fixes for HTML stuff,
Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
Diffstat (limited to 'SAXresult/ent7')
-rw-r--r--SAXresult/ent721
1 files changed, 21 insertions, 0 deletions
diff --git a/SAXresult/ent7 b/SAXresult/ent7
new file mode 100644
index 00000000..c2293024
--- /dev/null
+++ b/SAXresult/ent7
@@ -0,0 +1,21 @@
+xmlSAXUserParseFile returned error 27
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.internalSubset(item, (null), (null))
+SAX.entityDecl(sampleEnt, 4, (null), (null), <!ELEMENT item (para)+>)
+SAX.getParameterEntity(sampleEnt)
+SAX.entityDecl(sampleEnt, 1, (null), (null), the hyacinth girl)
+SAX.getEntity(sampleEnt)
+SAX.getParameterEntity(sampleEnt)
+SAX.error: PEReference: %sampleEnt; not found
+SAX.elementDecl(para, 3, ...)
+SAX.startElement(item)
+SAX.startElement(para)
+SAX.characters('they called me , 16)
+SAX.getEntity(sampleEnt)
+SAX.warning: Entity 'sampleEnt' not defined
+SAX.characters(', 1)
+SAX.endElement(para)
+SAX.endElement(item)
+SAX.endDocument()
+xmlSAXUserParseFile returned error 27