Added the XML code developped at W3C, Daniel.
diff --git a/result/dav8 b/result/dav8
new file mode 100644
index 0000000..e285c19
--- /dev/null
+++ b/result/dav8
@@ -0,0 +1,18 @@
+
+
+------- test/dav8 -----------
+<?xml version="1.0"?>
+<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="d"?>
+<d:multistatus>
+  <d:response>
+    <d:href>http://www.foo.bar/othercontainer/resource1</d:href>
+    <d:href>http://www.foo.bar/othercontainer/resource2</d:href>
+    <d:href>http://www.foo.bar/othercontainer/</d:href>
+    <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
+    <d:status>HTTP/1.1 201 Created</d:status>
+  </d:response>
+  <d:response>
+    <d:href>http://www.foo.bar/othercontainer/R2/</d:href>
+    <d:status>HTTP/1.1 412 Precondition Failed</d:status>
+  </d:response>
+</d:multistatus>