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