mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-02 17:26:24 +00:00
69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/')
|
|
SAX.characters(
|
|
<d:response>
|
|
<d:href>ht, 3)
|
|
SAX.startElement(d:response)
|
|
SAX.characters(
|
|
<d:href>http://www.foo.ba, 5)
|
|
SAX.startElement(d:href)
|
|
SAX.characters(http://www.foo.bar/container/r, 38)
|
|
SAX.endElement(d:href)
|
|
SAX.characters(
|
|
<d:href>http://www.foo.ba, 5)
|
|
SAX.startElement(d:href)
|
|
SAX.characters(http://www.foo.bar/container/r, 38)
|
|
SAX.endElement(d:href)
|
|
SAX.characters(
|
|
<d:status>HTTP/1.1 200 OK, 5)
|
|
SAX.startElement(d:status)
|
|
SAX.characters(HTTP/1.1 200 OK</d:status>
|
|
<, 15)
|
|
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://www.foo.ba, 5)
|
|
SAX.startElement(d:href)
|
|
SAX.characters(http://www.foo.bar/container/<, 29)
|
|
SAX.endElement(d:href)
|
|
SAX.characters(
|
|
<d:status>HTTP/1.1 420 Me, 5)
|
|
SAX.startElement(d:status)
|
|
SAX.characters(HTTP/1.1 420 Method Failure</d, 27)
|
|
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://www.foo.ba, 5)
|
|
SAX.startElement(d:href)
|
|
SAX.characters(http://www.foo.bar/container/r, 38)
|
|
SAX.endElement(d:href)
|
|
SAX.characters(
|
|
<d:status>HTTP/1.1 412 Pr, 5)
|
|
SAX.startElement(d:status)
|
|
SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
|
|
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()
|