blob: 84256e9c390fe420c46757b8a447853cb04ba946 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/', xmlns:Z='http://www.w3.com/standards/z39.50/')
4SAX.characters(
5 <D:response>
6 <D:prop>
7 , 3)
8SAX.startElement(D:response)
9SAX.characters(
10 <D:prop>
11 <Z:Authors, 5)
12SAX.startElement(D:prop)
13SAX.characters(
14 <Z:Authors/>
15 </D:pr, 7)
16SAX.startElement(Z:Authors)
Daniel Veillard97fea181999-06-26 23:07:37 +000017SAX.endElement(Z:Authors)
Daniel Veillard011b63c1999-06-02 17:44:04 +000018SAX.characters(
19 </D:prop>
20 <D:status>H, 5)
21SAX.endElement(D:prop)
22SAX.characters(
23 <D:status>HTTP/1.1 420 Me, 5)
24SAX.startElement(D:status)
25SAX.characters(HTTP/1.1 420 Method Failure</D, 27)
26SAX.endElement(D:status)
27SAX.characters(
28 </D:response>
29 <D:response, 3)
30SAX.endElement(D:response)
31SAX.characters(
32 <D:response>
33 <D:prop>
34 , 3)
35SAX.startElement(D:response)
36SAX.characters(
37 <D:prop>
38 <Z:Copyrig, 5)
39SAX.startElement(D:prop)
40SAX.characters(
41 <Z:Copyright-Owner/>
42 , 7)
43SAX.startElement(Z:Copyright-Owner)
Daniel Veillard97fea181999-06-26 23:07:37 +000044SAX.endElement(Z:Copyright-Owner)
Daniel Veillard011b63c1999-06-02 17:44:04 +000045SAX.characters(
46 </D:prop>
47 <D:status>H, 5)
48SAX.endElement(D:prop)
49SAX.characters(
50 <D:status>HTTP/1.1 409 Co, 5)
51SAX.startElement(D:status)
52SAX.characters(HTTP/1.1 409 Conflict</D:statu, 21)
53SAX.endElement(D:status)
54SAX.characters(
55 </D:response>
56 <D:response, 3)
57SAX.endElement(D:response)
58SAX.characters(
59 <D:responsedescription> Cop, 3)
60SAX.startElement(D:responsedescription)
61SAX.characters( Copyright Owner can not be de, 47)
62SAX.endElement(D:responsedescription)
63SAX.characters(
64</D:multistatus>
65, 1)
66SAX.endElement(D:multistatus)
67SAX.endDocument()