blob: 0d6b77dfcde1aef514440a8b6e61f781f727a9ec [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:R='http://www.foo.bar/boxschema')
4SAX.characters(
5 <D:response>
6 <D:prop>
7 , 3)
8SAX.startElement(D:response)
9SAX.characters(
10 <D:prop>
11 <R:bigbox>, 5)
12SAX.startElement(D:prop)
13SAX.characters(
14 <R:bigbox>
15 <R:B, 7)
16SAX.startElement(R:bigbox)
17SAX.characters(
18 <R:BoxType>Box type A, 9)
19SAX.startElement(R:BoxType)
20SAX.characters(Box type A</R:BoxType>
21 <, 10)
22SAX.endElement(R:BoxType)
23SAX.characters(
24 </R:bigbox>
25 <R:au, 7)
26SAX.endElement(R:bigbox)
27SAX.characters(
28 <R:author>
29 <R:N, 7)
30SAX.startElement(R:author)
31SAX.characters(
32 <R:Name>J.J. Dinglehe, 9)
33SAX.startElement(R:Name)
34SAX.characters(J.J. Dingleheimerschmidt</R:Na, 24)
35SAX.endElement(R:Name)
36SAX.characters(
37 </R:author>
38 </D:pro, 7)
39SAX.endElement(R:author)
40SAX.characters(
41 </D:prop>
42 <D:status>H, 5)
43SAX.endElement(D:prop)
44SAX.characters(
45 <D:status>HTTP/1.1 200 OK, 5)
46SAX.startElement(D:status)
47SAX.characters(HTTP/1.1 200 OK</D:status>
48 <, 15)
49SAX.endElement(D:status)
50SAX.characters(
51 </D:response>
52 <D:response, 3)
53SAX.endElement(D:response)
54SAX.characters(
55 <D:response>
56 <D:prop>
57 , 3)
58SAX.startElement(D:response)
59SAX.characters(
60 <D:prop>
61 <R:DingALi, 5)
62SAX.startElement(D:prop)
63SAX.characters(
64 <R:DingALing/>
65 <R, 7)
66SAX.startElement(R:DingALing)
67SAX.endElement((null))
68SAX.characters(
69 <R:Random/>
70 </D:pro, 7)
71SAX.startElement(R:Random)
72SAX.endElement((null))
73SAX.characters(
74 </D:prop>
75 <D:status>H, 5)
76SAX.endElement(D:prop)
77SAX.characters(
78 <D:status>HTTP/1.1 403 Fo, 5)
79SAX.startElement(D:status)
80SAX.characters(HTTP/1.1 403 Forbidden</D:stat, 22)
81SAX.endElement(D:status)
82SAX.characters(
83 <D:responsedescription> T, 5)
84SAX.startElement(D:responsedescription)
85SAX.characters( The user does not have access, 64)
86SAX.endElement(D:responsedescription)
87SAX.characters(
88 </D:response>
89 <D:response, 3)
90SAX.endElement(D:response)
91SAX.characters(
92 <D:responsedescription> The, 3)
93SAX.startElement(D:responsedescription)
94SAX.characters( There has been an access viol, 44)
95SAX.endElement(D:responsedescription)
96SAX.characters(
97</D:multistatus>
98, 1)
99SAX.endElement(D:multistatus)
100SAX.endDocument()