/ libxml2 / result / dav8.sax
dav8.sax
 1  SAX.setDocumentLocator()
 2  SAX.startDocument()
 3  SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/')
 4  SAX.characters(
 5    , 3)
 6  SAX.startElement(d:response)
 7  SAX.characters(
 8      , 5)
 9  SAX.startElement(d:href)
10  SAX.characters(http://www.foo.bar/othercontai, 43)
11  SAX.endElement(d:href)
12  SAX.characters(
13      , 5)
14  SAX.startElement(d:href)
15  SAX.characters(http://www.foo.bar/othercontai, 43)
16  SAX.endElement(d:href)
17  SAX.characters(
18      , 5)
19  SAX.startElement(d:href)
20  SAX.characters(http://www.foo.bar/othercontai, 34)
21  SAX.endElement(d:href)
22  SAX.characters(
23      , 5)
24  SAX.startElement(d:href)
25  SAX.characters(http://www.foo.bar/othercontai, 39)
26  SAX.endElement(d:href)
27  SAX.characters(
28      , 5)
29  SAX.startElement(d:status)
30  SAX.characters(HTTP/1.1 201 Created, 20)
31  SAX.endElement(d:status)
32  SAX.characters(
33    , 3)
34  SAX.endElement(d:response)
35  SAX.characters(
36    , 3)
37  SAX.startElement(d:response)
38  SAX.characters(
39      , 5)
40  SAX.startElement(d:href)
41  SAX.characters(http://www.foo.bar/othercontai, 37)
42  SAX.endElement(d:href)
43  SAX.characters(
44      , 5)
45  SAX.startElement(d:status)
46  SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
47  SAX.endElement(d:status)
48  SAX.characters(
49    , 3)
50  SAX.endElement(d:response)
51  SAX.characters(
52  , 1)
53  SAX.endElement(d:multistatus)
54  SAX.endDocument()