summaryrefslogtreecommitdiff
path: root/test/dav13
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 /test/dav13
downloadlibxml2-01791d57d650e546a915522e57c079157a5bb395.tar.gz
Added the XML code developped at W3C, Daniel.
Diffstat (limited to 'test/dav13')
-rw-r--r--test/dav1317
1 files changed, 17 insertions, 0 deletions
diff --git a/test/dav13 b/test/dav13
new file mode 100644
index 00000000..df92ae59
--- /dev/null
+++ b/test/dav13
@@ -0,0 +1,17 @@
+ <?XML version="1.0">
+ <?namespace href = "http://www.ietf.org/standards/dav/" AS = "D"?>
+ <D:multistatus>
+ <D:response>
+ <D:href>
+ http://webdav.sb.aol.com/workspace/webdav/proposal.doc
+ </D:href>
+ <D:href>
+ http://webdav.sb.aol.com/workspace/webdav/
+ </D:href>
+ <D:status>HTTP/1.1 202 Accepted</D:status>
+ </D:response>
+ <D:response>
+ <D:href>http://foo.bar/blah</D:href>
+ <D:status>HTTP/1.1 403 Forbidden</D:status>
+ </D:response>
+ </D:multistatus>