blob: f831b4bbb7469e9cf20c40e87a3bed194ec5d2f6 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?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 Veillard3c2c2ce1999-01-17 13:48:01 +000024</S:multistatus>