aboutsummaryrefslogtreecommitdiffstats
path: root/samples/xml/complex-tree.xml
blob: 6b599bebdfc264dca2d801e16a9e23a7b7d30261 (plain) (blame)
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" encoding="UTF-8"?>
<D:complex xmlns:D="DAV:">
  <D:response>
  </D:response>

  <D:response>
    <D:href>uri</D:href>

    <D:propstat>
      <D:status>400</D:status>
      <D:prop>
        <A:current xmlns:A="DAV:" />
      </D:prop>
    </D:propstat>

    <D:propstat>
      <D:status>200</D:status>
      <D:prop>
        <A:next xmlns:A="DAV:" />
      </D:prop>
    </D:propstat>
  </D:response>
</D:complex>