summaryrefslogtreecommitdiff
path: root/result/dav19
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1998-07-24 19:24:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>1998-07-24 19:24:09 +0000
commit01791d57d650e546a915522e57c079157a5bb395 (patch)
treebfce8e936713e44d8682152c9aa484749940705e /result/dav19
downloadlibxml2-01791d57d650e546a915522e57c079157a5bb395.tar.gz
Added the XML code developped at W3C, Daniel.
Diffstat (limited to 'result/dav19')
-rw-r--r--result/dav1922
1 files changed, 22 insertions, 0 deletions
diff --git a/result/dav19 b/result/dav19
new file mode 100644
index 00000000..b7482329
--- /dev/null
+++ b/result/dav19
@@ -0,0 +1,22 @@
+
+
+------- test/dav19 -----------
+<?xml version="1.0"?>
+<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="D"?>
+<D:multistatus>
+ <D:response>
+ <D:prop>
+ <D:supportedlock>
+ <D:LockEntry>
+ <D:locktype>Write</D:locktype>
+ <D:lockscope>Exclusive</D:lockscope>
+ </D:LockEntry>
+ <D:LockEntry>
+ <D:locktype>Write</D:locktype>
+ <D:lockscope>Shared</D:lockscope>
+ </D:LockEntry>
+ </D:supportedlock>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:response>
+</D:multistatus>