summaryrefslogtreecommitdiff
path: root/result/dav18.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/dav18.sax
parentac097cc683ba73b0f0dd3ae183e8715474182c99 (diff)
downloadlibxml2-4b1577f14adf070259221726083c6e2106afb201.tar.gz
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/dav18.sax')
-rw-r--r--result/dav18.sax17
1 files changed, 17 insertions, 0 deletions
diff --git a/result/dav18.sax b/result/dav18.sax
new file mode 100644
index 00000000..39f40e6d
--- /dev/null
+++ b/result/dav18.sax
@@ -0,0 +1,17 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.startElement(D:propfind, xmlns:D='http://www.ietf.org/standards/dav/')
+SAX.characters(
+ , 3)
+SAX.startElement(D:prop)
+SAX.characters(
+ , 5)
+SAX.startElement(supportedlock)
+SAX.endElement(supportedlock)
+SAX.characters(
+ , 3)
+SAX.endElement(D:prop)
+SAX.characters(
+, 1)
+SAX.endElement(D:propfind)
+SAX.endDocument()