mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
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()
|