~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/web2/dav/test/data/xml/REPORT_response.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<D:multistatus xmlns:D="DAV:">
 
3
  <D:response>
 
4
    <D:href>http://www.webdav.org/foo.html</D:href>
 
5
    <D:propstat>
 
6
      <D:prop>
 
7
        <D:version-history>
 
8
          <D:response>
 
9
            <D:href>http://repo.webdav.org/his/23</D:href>
 
10
            <D:propstat>
 
11
              <D:prop>
 
12
                <D:version-set>
 
13
                  <D:response>
 
14
                    <D:href>http://repo.webdav.org/his/23/ver/1</D:href>
 
15
                    <D:propstat>
 
16
                      <D:prop>
 
17
                        <D:creator-displayname>Fred</D:creator-displayname>
 
18
                        <D:activity-set>
 
19
                          <D:href>
 
20
                               http://www.webdav.org/ws/dev/sally
 
21
                             </D:href>
 
22
                        </D:activity-set>
 
23
                      </D:prop>
 
24
                      <D:status>HTTP/1.1 200 OK</D:status>
 
25
                    </D:propstat>
 
26
                  </D:response>
 
27
                  <D:response>
 
28
                    <D:href>http://repo.webdav.org/his/23/ver/2</D:href>
 
29
                    <D:propstat>
 
30
                      <D:prop>
 
31
                        <D:creator-displayname>Sally</D:creator-displayname>
 
32
                        <D:activity-set>
 
33
                          <D:href>http://repo.webdav.org/act/add-refresh-cmd</D:href>
 
34
                        </D:activity-set>
 
35
                      </D:prop>
 
36
                      <D:status>HTTP/1.1 200 OK</D:status>
 
37
                    </D:propstat>
 
38
                  </D:response>
 
39
                </D:version-set>
 
40
              </D:prop>
 
41
              <D:status>HTTP/1.1 200 OK</D:status>
 
42
            </D:propstat>
 
43
          </D:response>
 
44
        </D:version-history>
 
45
      </D:prop>
 
46
      <D:status>HTTP/1.1 200 OK</D:status>
 
47
    </D:propstat>
 
48
  </D:response>
 
49
</D:multistatus>