mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
60 lines
1.5 KiB
Plaintext
60 lines
1.5 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/othercontai, 43)
|
||
|
SAX.endElement(d:href)
|
||
|
SAX.characters(
|
||
|
<d:href>http://www.foo.ba, 5)
|
||
|
SAX.startElement(d:href)
|
||
|
SAX.characters(http://www.foo.bar/othercontai, 43)
|
||
|
SAX.endElement(d:href)
|
||
|
SAX.characters(
|
||
|
<d:href>http://www.foo.ba, 5)
|
||
|
SAX.startElement(d:href)
|
||
|
SAX.characters(http://www.foo.bar/othercontai, 34)
|
||
|
SAX.endElement(d:href)
|
||
|
SAX.characters(
|
||
|
<d:href>http://www.foo.ba, 5)
|
||
|
SAX.startElement(d:href)
|
||
|
SAX.characters(http://www.foo.bar/othercontai, 39)
|
||
|
SAX.endElement(d:href)
|
||
|
SAX.characters(
|
||
|
<d:status>HTTP/1.1 201 Cr, 5)
|
||
|
SAX.startElement(d:status)
|
||
|
SAX.characters(HTTP/1.1 201 Created</d:status, 20)
|
||
|
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/othercontai, 37)
|
||
|
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()
|