aboutsummaryrefslogtreecommitdiffstats
path: root/result/dtd12.sax
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-09-03 13:10:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-09-03 13:10:37 +0000
commit4b1577f14adf070259221726083c6e2106afb201 (patch)
tree248bd484d895c1c970e4a9f2846a5506931803b0 /result/dtd12.sax
parentac097cc683ba73b0f0dd3ae183e8715474182c99 (diff)
downloadandroid_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.tar.gz
android_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.tar.bz2
android_external_libxml2-4b1577f14adf070259221726083c6e2106afb201.zip
removing the SAXresults tree, keeping result in the same tree, added
* Makefile.am results/*.sax SAXResult/*: removing the SAXresults tree, keeping result in the same tree, added SAXtests to the default "make tests" Daniel
Diffstat (limited to 'result/dtd12.sax')
-rw-r--r--result/dtd12.sax17
1 files changed, 17 insertions, 0 deletions
diff --git a/result/dtd12.sax b/result/dtd12.sax
new file mode 100644
index 00000000..82054cea
--- /dev/null
+++ b/result/dtd12.sax
@@ -0,0 +1,17 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.internalSubset(doc, , )
+SAX.entityDecl(YN, 1, (null), (null), "Yes")
+SAX.getEntity(YN)
+SAX.entityDecl(WhatHeSaid, 1, (null), (null), He said &YN;)
+SAX.getEntity(WhatHeSaid)
+SAX.externalSubset(doc, , )
+SAX.startElement(doc)
+SAX.getEntity(WhatHeSaid)
+SAX.characters(He said , 8)
+SAX.getEntity(YN)
+SAX.characters("Yes", 5)
+SAX.reference(YN)
+SAX.reference(WhatHeSaid)
+SAX.endElement(doc)
+SAX.endDocument()