Tag
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/')
SAX.characters(
<D:response>
<D:href>
, 3)
SAX.startElement(D:response)
SAX.characters(
<D:href>
http://webda, 5)
SAX.startElement(D:href)
SAX.characters(
http://webdav.sb.aol.com/, 66)
SAX.endElement(D:href)
SAX.characters(
<D:href>
http://webda, 5)
SAX.startElement(D:href)
SAX.characters(
http://webdav.sb.aol.com/, 54)
SAX.endElement(D:href)
SAX.characters(
<D:status>HTTP/1.1 202 Ac, 5)
SAX.startElement(D:status)
SAX.characters(HTTP/1.1 202 Accepted</D:statu, 21)
SAX.endElement(D:status)
SAX.characters(
</D:response>
<D:response, 3)
SAX.endElement(D:response)
SAX.characters(
<D:response>
<D:href>ht, 3)
SAX.startElement(D:response)
SAX.characters(
<D:href>http://foo.bar/bl, 5)
SAX.startElement(D:href)
SAX.characters(http://foo.bar/blah</D:href>
, 19)
SAX.endElement(D:href)
SAX.characters(
<D:status>HTTP/1.1 403 Fo, 5)
SAX.startElement(D:status)
SAX.characters(HTTP/1.1 403 Forbidden</D:stat, 22)
SAX.endElement(D:status)
SAX.characters(
</D:response>
</D:multistat, 3)
SAX.endElement(D:response)
SAX.characters(
</D:multistatus>
, 1)
SAX.endElement(D:multistatus)
SAX.endDocument()