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