Daniel Veillard | 011b63c | 1999-06-02 17:44:04 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <S:multistatus xmlns:S="http://www.ietf.org/standards/dav/" xmlns:R="http://www.foo.bar/boxschema/"> |
| 3 | <S:response> |
| 4 | <S:href>http://www.foo.bar/container/</S:href> |
| 5 | <S:prop> |
| 6 | <R:bigbox> |
| 7 | <R:BoxType>Box type A</R:BoxType> |
| 8 | </R:bigbox> |
| 9 | <R:author> |
| 10 | <R:Name>Hadrian</R:Name> |
| 11 | </R:author> |
| 12 | </S:prop> |
| 13 | <S:status>HTTP 1.1 200 OK</S:status> |
| 14 | </S:response> |
| 15 | <S:response> |
| 16 | <S:href>http://www.foo.bar/container/index.html</S:href> |
| 17 | <S:prop> |
| 18 | <R:bigbox> |
| 19 | <R:BoxType>Box type B</R:BoxType> |
| 20 | </R:bigbox> |
| 21 | </S:prop> |
| 22 | <S:status>HTTP 1.1 200 OK</S:status> |
| 23 | </S:response> |
Daniel Veillard | 3c2c2ce | 1999-01-17 13:48:01 +0000 | [diff] [blame] | 24 | </S:multistatus> |