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