blob: 33e20eb970e0b0087d6c46bcc274eb4a2ba499d7 [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/')
4SAX.characters(
5 <D:response>
6 <D:href>ht, 3)
7SAX.startElement(D:response)
8SAX.characters(
9 <D:href>http://www.micros, 5)
10SAX.startElement(D:href)
11SAX.characters(http://www.microsoft.com/user/, 55)
12SAX.endElement(D:href)
13SAX.characters(
14 <D:prop>
15 <D:resourc, 5)
16SAX.startElement(D:prop)
17SAX.characters(
18 <D:resourcetype>
19 , 7)
20SAX.startElement(D:resourcetype)
21SAX.characters(
22 <D:collection/>
23 , 9)
24SAX.startElement(D:collection)
25SAX.endElement((null))
26SAX.characters(
27 </D:resourcetype>
28 <, 7)
29SAX.endElement(D:resourcetype)
30SAX.characters(
31 </D:prop>
32 <D:status>H, 5)
33SAX.endElement(D:prop)
34SAX.characters(
35 <D:status>HTTP 1.1 200 OK, 5)
36SAX.startElement(D:status)
37SAX.characters(HTTP 1.1 200 OK</D:status>
38 <, 15)
39SAX.endElement(D:status)
40SAX.characters(
41 </D:response>
42 <D:response, 3)
43SAX.endElement(D:response)
44SAX.characters(
45 <D:response>
46 <D:href>
47 , 3)
48SAX.startElement(D:response)
49SAX.characters(
50 <D:href>
51 http://www, 5)
52SAX.startElement(D:href)
53SAX.characters(
54 http://www.microsoft.co, 66)
55SAX.endElement(D:href)
56SAX.characters(
57 <D:prop>
58 <D:resourc, 5)
59SAX.startElement(D:prop)
60SAX.characters(
61 <D:resourcetype/>
62 <, 7)
63SAX.startElement(D:resourcetype)
64SAX.endElement((null))
65SAX.characters(
66 </D:prop>
67 <D:status>H, 5)
68SAX.endElement(D:prop)
69SAX.characters(
70 <D:status>HTTP 1.1 200 OK, 5)
71SAX.startElement(D:status)
72SAX.characters(HTTP 1.1 200 OK</D:status>
73 <, 15)
74SAX.endElement(D:status)
75SAX.characters(
76 </D:response>
77</D:multistat, 3)
78SAX.endElement(D:response)
79SAX.characters(
80</D:multistatus>
81, 1)
82SAX.endElement(D:multistatus)
83SAX.endDocument()