blob: 03691f29fa58d425b6d9a6454c4ba92c2d9fc1b5 [file] [log] [blame]
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +00001<?XML version="1.0"?>
2<?namespace href = "http://www.ietf.org/standards/dav/" AS = "d"?>
3<d:multistatus>
4 <d:response>
5 <d:href>http://www.foo.bar/othercontainer/resource1</d:href>
6 <d:href>http://www.foo.bar/othercontainer/resource2</d:href>
7 <d:href>http://www.foo.bar/othercontainer/</d:href>
8 <d:href>http://www.foo.bar/othercontainer/R2/D2</d:href>
9 <d:status>HTTP/1.1 201 Created</d:status>
10 </d:response>
11 <d:response>
12 <d:href>http://www.foo.bar/othercontainer/R2/</d:href>
13 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
14 </d:response>
15</d:multistatus>