summaryrefslogtreecommitdiff
path: root/result/dav4
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/dav4
downloadlibxml2-01791d57d650e546a915522e57c079157a5bb395.tar.gz
Added the XML code developped at W3C, Daniel.
Diffstat (limited to 'result/dav4')
-rw-r--r--result/dav421
1 files changed, 21 insertions, 0 deletions
diff --git a/result/dav4 b/result/dav4
new file mode 100644
index 00000000..3c38b647
--- /dev/null
+++ b/result/dav4
@@ -0,0 +1,21 @@
+
+
+------- test/dav4 -----------
+<?xml version="1.0"?>
+<?xml:namespace ns="http://www.w3.com/standards/z39.50/" prefix="Z"?>
+<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="D"?>
+<D:propertyupdate>
+ <D:set>
+ <D:prop>
+ <Z:authors>
+ <Z:Author>Jim Whitehead</Z:Author>
+ <Z:Author>Roy Fielding</Z:Author>
+ </Z:authors>
+ </D:prop>
+ </D:set>
+ <D:remove>
+ <D:prop>
+ <Z:Copyright-Owner/>
+ </D:prop>
+ </D:remove>
+</D:propertyupdate>