aboutsummaryrefslogtreecommitdiffstats
path: root/result/noent/title.xml.sax2
diff options
context:
space:
mode:
Diffstat (limited to 'result/noent/title.xml.sax2')
-rw-r--r--result/noent/title.xml.sax26
1 files changed, 6 insertions, 0 deletions
diff --git a/result/noent/title.xml.sax2 b/result/noent/title.xml.sax2
new file mode 100644
index 00000000..6fa4fa94
--- /dev/null
+++ b/result/noent/title.xml.sax2
@@ -0,0 +1,6 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
+SAX.characters(my title, 8)
+SAX.endElementNs(title, NULL, NULL)
+SAX.endDocument()