blob: 1942805789cc55824a13140324cb1790213aaacf [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 = "S"?>
3<?namespace href = "http://www.foo.bar/boxschema/" AS = "R"?>
4<S:multistatus>
5 <S:response>
6 <S:href>http://www.foo.bar/container/</S:href>
7 <S:prop>
8 <R:bigbox>
9 <R:BoxType>Box type A</R:BoxType>
10 </R:bigbox>
11 <R:author>
12 <R:Name>Hadrian</R:Name>
13 </R:author>
14 </S:prop>
15 <S:status>HTTP 1.1 200 OK</S:status>
16 </S:response>
17 <S:response>
18 <S:href>http://www.foo.bar/container/index.html</S:href>
19 <S:prop>
20 <R:bigbox>
21 <R:BoxType>Box type B</R:BoxType>
22 </R:bigbox>
23 </S:prop>
24 <S:status>HTTP 1.1 200 OK</S:status>
25 </S:response>
26</S:multistatus>