blob: 7f99baf6362547038b75c67b53a27b5cbbfa8802 [file] [log] [blame]
Daniel Veillard01791d51998-07-24 19:24:09 +00001<?xml version="1.0"?>
Daniel Veillard260a68f1998-08-13 03:39:55 +00002<d:multistatus xmlns:d="http://www.ietf.org/standards/dav/">
Daniel Veillard01791d51998-07-24 19:24:09 +00003 <d:response>
4 <d:href>http://www.foo.bar/othercontainer/resource1</d:href>
5 <d:href>http://www.foo.bar/othercontainer/resource2</d:href>
6 <d:href>http://www.foo.bar/othercontainer/</d:href>
7 <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
8 <d:status>HTTP/1.1 201 Created</d:status>
9 </d:response>
10 <d:response>
11 <d:href>http://www.foo.bar/othercontainer/R2/</d:href>
12 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
13 </d:response>
14</d:multistatus>