blob: 28a069bd159a56775b7b3f706ad2dca51f185a3b [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(S:multistatus, xmlns:S='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema/')
4SAX.characters(
5 <S:response>
6 <S:href>ht, 3)
7SAX.startElement(S:response)
8SAX.characters(
9 <S:href>http://www.foo.ba, 5)
10SAX.startElement(S:href)
11SAX.characters(http://www.foo.bar/container/<, 29)
12SAX.endElement(S:href)
13SAX.characters(
14 <S:prop>
15 <R:bigbox>, 5)
16SAX.startElement(S:prop)
17SAX.characters(
18 <R:bigbox>
19 <R:B, 7)
20SAX.startElement(R:bigbox)
21SAX.characters(
22 <R:BoxType>Box type A, 9)
23SAX.startElement(R:BoxType)
24SAX.characters(Box type A</R:BoxType>
25 <, 10)
26SAX.endElement(R:BoxType)
27SAX.characters(
28 </R:bigbox>
29 <R:au, 7)
30SAX.endElement(R:bigbox)
31SAX.characters(
32 <R:author>
33 <R:N, 7)
34SAX.startElement(R:author)
35SAX.characters(
36 <R:Name>Hadrian</R:Na, 9)
37SAX.startElement(R:Name)
38SAX.characters(Hadrian</R:Name>
39 </R:aut, 7)
40SAX.endElement(R:Name)
41SAX.characters(
42 </R:author>
43 </S:pro, 7)
44SAX.endElement(R:author)
45SAX.characters(
46 </S:prop>
47 <S:status>H, 5)
48SAX.endElement(S:prop)
49SAX.characters(
50 <S:status>HTTP 1.1 200 OK, 5)
51SAX.startElement(S:status)
52SAX.characters(HTTP 1.1 200 OK</S:status>
53 <, 15)
54SAX.endElement(S:status)
55SAX.characters(
56 </S:response>
57 <S:response, 3)
58SAX.endElement(S:response)
59SAX.characters(
60 <S:response>
61 <S:href>ht, 3)
62SAX.startElement(S:response)
63SAX.characters(
64 <S:href>http://www.foo.ba, 5)
65SAX.startElement(S:href)
66SAX.characters(http://www.foo.bar/container/i, 39)
67SAX.endElement(S:href)
68SAX.characters(
69 <S:prop>
70 <R:bigbox>, 5)
71SAX.startElement(S:prop)
72SAX.characters(
73 <R:bigbox>
74 <R:B, 7)
75SAX.startElement(R:bigbox)
76SAX.characters(
77 <R:BoxType>Box type B, 9)
78SAX.startElement(R:BoxType)
79SAX.characters(Box type B</R:BoxType>
80 <, 10)
81SAX.endElement(R:BoxType)
82SAX.characters(
83 </R:bigbox>
84 </S:pro, 7)
85SAX.endElement(R:bigbox)
86SAX.characters(
87 </S:prop>
88 <S:status>H, 5)
89SAX.endElement(S:prop)
90SAX.characters(
91 <S:status>HTTP 1.1 200 OK, 5)
92SAX.startElement(S:status)
93SAX.characters(HTTP 1.1 200 OK</S:status>
94 <, 15)
95SAX.endElement(S:status)
96SAX.characters(
97 </S:response>
98</S:multistat, 3)
99SAX.endElement(S:response)
100SAX.characters(
101</S:multistatus>
102, 1)
103SAX.endElement(S:multistatus)
104SAX.endDocument()