Annotation of embedaddon/libxml2/result/dav9.sax, revision 1.1.1.1

1.1       misho       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/container/r, 38)
                     11: SAX.endElement(d:href)
                     12: SAX.characters(
                     13:     , 5)
                     14: SAX.startElement(d:href)
                     15: SAX.characters(http://www.foo.bar/container/r, 38)
                     16: SAX.endElement(d:href)
                     17: SAX.characters(
                     18:     , 5)
                     19: SAX.startElement(d:href)
                     20: SAX.characters(http://www.foo.bar/container/, 29)
                     21: SAX.endElement(d:href)
                     22: SAX.characters(
                     23:     , 5)
                     24: SAX.startElement(d:href)
                     25: SAX.characters(http://www.foo.bar/container/C, 34)
                     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/container/C, 31)
                     42: SAX.endElement(d:href)
                     43: SAX.characters(
                     44:     , 5)
                     45: SAX.startElement(d:status)
                     46: SAX.characters(HTTP/1.1 420 Method Failure, 27)
                     47: SAX.endElement(d:status)
                     48: SAX.characters(
                     49:   , 3)
                     50: SAX.endElement(d:response)
                     51: SAX.characters(
                     52:   , 3)
                     53: SAX.startElement(d:response)
                     54: SAX.characters(
                     55:     , 5)
                     56: SAX.startElement(d:href)
                     57: SAX.characters(http://www.foo.bar/othercontai, 36)
                     58: SAX.endElement(d:href)
                     59: SAX.characters(
                     60:     , 5)
                     61: SAX.startElement(d:status)
                     62: SAX.characters(HTTP/1.1 409 Conflict, 21)
                     63: SAX.endElement(d:status)
                     64: SAX.characters(
                     65:   , 3)
                     66: SAX.endElement(d:response)
                     67: SAX.characters(
                     68: , 1)
                     69: SAX.endElement(d:multistatus)
                     70: SAX.endDocument()

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>