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