blob: f7efb031e4ddf0e3cdba7a9d89d1c2875de3861c [file] [log] [blame]
Daniel Veillard01791d51998-07-24 19:24:09 +00001
2
3------- test/dav2 -----------
4<?xml version="1.0"?>
5<?xml:namespace ns="http://www.foo.bar/boxschema/" prefix="R"?>
6<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="S"?>
7<S:multistatus>
8 <S:response>
9 <S:href>http://www.foo.bar/container/</S:href>
10 <S:prop>
11 <R:bigbox>
12 <R:BoxType>Box type A</R:BoxType>
13 </R:bigbox>
14 <R:author>
15 <R:Name>Hadrian</R:Name>
16 </R:author>
17 </S:prop>
18 <S:status>HTTP 1.1 200 OK</S:status>
19 </S:response>
20 <S:response>
21 <S:href>http://www.foo.bar/container/index.html</S:href>
22 <S:prop>
23 <R:bigbox>
24 <R:BoxType>Box type B</R:BoxType>
25 </R:bigbox>
26 </S:prop>
27 <S:status>HTTP 1.1 200 OK</S:status>
28 </S:response>
29</S:multistatus>