File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / dav9.sax
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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>