summaryrefslogtreecommitdiff
path: root/test/dav2
blob: f831b4bbb7469e9cf20c40e87a3bed194ec5d2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<S:multistatus xmlns:S="http://www.ietf.org/standards/dav/" xmlns:R="http://www.foo.bar/boxschema/">
  <S:response>
    <S:href>http://www.foo.bar/container/</S:href>
    <S:prop>
      <R:bigbox>
        <R:BoxType>Box type A</R:BoxType>
      </R:bigbox>
      <R:author>
        <R:Name>Hadrian</R:Name>
      </R:author>
    </S:prop>
    <S:status>HTTP 1.1 200 OK</S:status>
  </S:response>
  <S:response>
    <S:href>http://www.foo.bar/container/index.html</S:href>
    <S:prop>
      <R:bigbox>
        <R:BoxType>Box type B</R:BoxType>
      </R:bigbox>
    </S:prop>
    <S:status>HTTP 1.1 200 OK</S:status>
  </S:response>
</S:multistatus>