summaryrefslogtreecommitdiff
path: root/test/dav17
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-06-02 17:44:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-06-02 17:44:04 +0000
commit011b63cb2034476017dde1d4ad5a6aea43b94066 (patch)
tree5eb636d84598f6ccad47c88aff74f78cc3a2f233 /test/dav17
parent27d88744f942598a7ea4d0a4a0902ecb0f2db50b (diff)
downloadlibxml2-011b63cb2034476017dde1d4ad5a6aea43b94066.tar.gz
Release of libxml-1.1, Daniel.LIB_XML_1_1
Diffstat (limited to 'test/dav17')
-rw-r--r--test/dav1743
1 files changed, 21 insertions, 22 deletions
diff --git a/test/dav17 b/test/dav17
index 1d1eabe8..11376625 100644
--- a/test/dav17
+++ b/test/dav17
@@ -1,23 +1,22 @@
-<?XML version="1.0"?>
-<?namespace href ="http://www.ietf.org/standards/dav/" AS = "D"?>
-<D:multistatus>
- <D:response>
- <D:prop>
- <D:lockdiscovery>
- <D:activelock>
- <D:locktype>write</D:locktype>
- <D:lockscope>exclusive</D:lockscope>
- <D:addlocks>
- <D:href>http://foo.com/doc/</D:href>
- </D:addlocks>
- <D:owner>Jane Smith</D:owner>
- <D:timeout>Infinite</D:timeout>
- <D:locktoken>
- <D:href>iamuri:unique!!!!!</D:href>
- </D:locktoken>
- </D:activelock>
- </D:lockdiscovery>
- </D:prop>
- <D:status>HTTP/1.1 200 OK</D:status>
- </D:response>
+<?xml version="1.0"?>
+<D:multistatus xmlns:D="http://www.ietf.org/standards/dav/">
+ <D:response>
+ <D:prop>
+ <D:lockdiscovery>
+ <D:activelock>
+ <D:locktype>write</D:locktype>
+ <D:lockscope>exclusive</D:lockscope>
+ <D:addlocks>
+ <D:href>http://foo.com/doc/</D:href>
+ </D:addlocks>
+ <D:owner>Jane Smith</D:owner>
+ <D:timeout>Infinite</D:timeout>
+ <D:locktoken>
+ <D:href>iamuri:unique!!!!!</D:href>
+ </D:locktoken>
+ </D:activelock>
+ </D:lockdiscovery>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:response>
</D:multistatus>