Daniel Veillard | 260a68f | 1998-08-13 03:39:55 +0000 | [diff] [blame] | 1 | <?XML version="1.0"?> |
Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame] | 2 | <?namespace href = "http://www.ietf.org/standards/dav/" AS = "d"?> |
| 3 | <d:multistatus> |
| 4 | <d:response> |
| 5 | <d:href>http://www.foo.bar/container/resource1</d:href> |
| 6 | <d:href>http://www.foo.bar/container/resource2</d:href> |
| 7 | <d:href>http://www.foo.bar/container/</d:href> |
| 8 | <d:href>http://www.foo.bar/container/C2/R2</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/container/C2</d:href> |
| 13 | <d:status>HTTP/1.1 420 Method Failure</d:status> |
| 14 | </d:response> |
| 15 | <d:response> |
| 16 | <d:href>http://www.foo.bar/othercontainer/C2</d:href> |
| 17 | <d:status>HTTP/1.1 409 Conflict</d:status> |
| 18 | </d:response> |
| 19 | </d:multistatus> |