blob: 225c8d62220849da834dac06c626a20615ad200f [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.foo.ba, 5)
10SAX.startElement(d:href)
11SAX.characters(http://www.foo.bar/othercontai, 43)
12SAX.endElement(d:href)
13SAX.characters(
14 <d:href>http://www.foo.ba, 5)
15SAX.startElement(d:href)
16SAX.characters(http://www.foo.bar/othercontai, 43)
17SAX.endElement(d:href)
18SAX.characters(
19 <d:href>http://www.foo.ba, 5)
20SAX.startElement(d:href)
21SAX.characters(http://www.foo.bar/othercontai, 34)
22SAX.endElement(d:href)
23SAX.characters(
24 <d:href>http://www.foo.ba, 5)
25SAX.startElement(d:href)
26SAX.characters(http://www.foo.bar/othercontai, 39)
27SAX.endElement(d:href)
28SAX.characters(
29 <d:status>HTTP/1.1 201 Cr, 5)
30SAX.startElement(d:status)
31SAX.characters(HTTP/1.1 201 Created</d:status, 20)
32SAX.endElement(d:status)
33SAX.characters(
34 </d:response>
35 <d:response, 3)
36SAX.endElement(d:response)
37SAX.characters(
38 <d:response>
39 <d:href>ht, 3)
40SAX.startElement(d:response)
41SAX.characters(
42 <d:href>http://www.foo.ba, 5)
43SAX.startElement(d:href)
44SAX.characters(http://www.foo.bar/othercontai, 37)
45SAX.endElement(d:href)
46SAX.characters(
47 <d:status>HTTP/1.1 412 Pr, 5)
48SAX.startElement(d:status)
49SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
50SAX.endElement(d:status)
51SAX.characters(
52 </d:response>
53</d:multistat, 3)
54SAX.endElement(d:response)
55SAX.characters(
56</d:multistatus>
57, 1)
58SAX.endElement(d:multistatus)
59SAX.endDocument()