| Daniel Veillard | 011b63c | 1999-06-02 17:44:04 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
| 2 | SAX.startDocument() |
| 3 | SAX.startElement(S:multistatus, xmlns:S='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema/') |
| 4 | SAX.characters( |
| 5 | <S:response> |
| 6 | <S:href>ht, 3) |
| 7 | SAX.startElement(S:response) |
| 8 | SAX.characters( |
| 9 | <S:href>http://www.foo.ba, 5) |
| 10 | SAX.startElement(S:href) |
| 11 | SAX.characters(http://www.foo.bar/container/<, 29) |
| 12 | SAX.endElement(S:href) |
| 13 | SAX.characters( |
| 14 | <S:prop> |
| 15 | <R:bigbox>, 5) |
| 16 | SAX.startElement(S:prop) |
| 17 | SAX.characters( |
| 18 | <R:bigbox> |
| 19 | <R:B, 7) |
| 20 | SAX.startElement(R:bigbox) |
| 21 | SAX.characters( |
| 22 | <R:BoxType>Box type A, 9) |
| 23 | SAX.startElement(R:BoxType) |
| 24 | SAX.characters(Box type A</R:BoxType> |
| 25 | <, 10) |
| 26 | SAX.endElement(R:BoxType) |
| 27 | SAX.characters( |
| 28 | </R:bigbox> |
| 29 | <R:au, 7) |
| 30 | SAX.endElement(R:bigbox) |
| 31 | SAX.characters( |
| 32 | <R:author> |
| 33 | <R:N, 7) |
| 34 | SAX.startElement(R:author) |
| 35 | SAX.characters( |
| 36 | <R:Name>Hadrian</R:Na, 9) |
| 37 | SAX.startElement(R:Name) |
| 38 | SAX.characters(Hadrian</R:Name> |
| 39 | </R:aut, 7) |
| 40 | SAX.endElement(R:Name) |
| 41 | SAX.characters( |
| 42 | </R:author> |
| 43 | </S:pro, 7) |
| 44 | SAX.endElement(R:author) |
| 45 | SAX.characters( |
| 46 | </S:prop> |
| 47 | <S:status>H, 5) |
| 48 | SAX.endElement(S:prop) |
| 49 | SAX.characters( |
| 50 | <S:status>HTTP 1.1 200 OK, 5) |
| 51 | SAX.startElement(S:status) |
| 52 | SAX.characters(HTTP 1.1 200 OK</S:status> |
| 53 | <, 15) |
| 54 | SAX.endElement(S:status) |
| 55 | SAX.characters( |
| 56 | </S:response> |
| 57 | <S:response, 3) |
| 58 | SAX.endElement(S:response) |
| 59 | SAX.characters( |
| 60 | <S:response> |
| 61 | <S:href>ht, 3) |
| 62 | SAX.startElement(S:response) |
| 63 | SAX.characters( |
| 64 | <S:href>http://www.foo.ba, 5) |
| 65 | SAX.startElement(S:href) |
| 66 | SAX.characters(http://www.foo.bar/container/i, 39) |
| 67 | SAX.endElement(S:href) |
| 68 | SAX.characters( |
| 69 | <S:prop> |
| 70 | <R:bigbox>, 5) |
| 71 | SAX.startElement(S:prop) |
| 72 | SAX.characters( |
| 73 | <R:bigbox> |
| 74 | <R:B, 7) |
| 75 | SAX.startElement(R:bigbox) |
| 76 | SAX.characters( |
| 77 | <R:BoxType>Box type B, 9) |
| 78 | SAX.startElement(R:BoxType) |
| 79 | SAX.characters(Box type B</R:BoxType> |
| 80 | <, 10) |
| 81 | SAX.endElement(R:BoxType) |
| 82 | SAX.characters( |
| 83 | </R:bigbox> |
| 84 | </S:pro, 7) |
| 85 | SAX.endElement(R:bigbox) |
| 86 | SAX.characters( |
| 87 | </S:prop> |
| 88 | <S:status>H, 5) |
| 89 | SAX.endElement(S:prop) |
| 90 | SAX.characters( |
| 91 | <S:status>HTTP 1.1 200 OK, 5) |
| 92 | SAX.startElement(S:status) |
| 93 | SAX.characters(HTTP 1.1 200 OK</S:status> |
| 94 | <, 15) |
| 95 | SAX.endElement(S:status) |
| 96 | SAX.characters( |
| 97 | </S:response> |
| 98 | </S:multistat, 3) |
| 99 | SAX.endElement(S:response) |
| 100 | SAX.characters( |
| 101 | </S:multistatus> |
| 102 | , 1) |
| 103 | SAX.endElement(S:multistatus) |
| 104 | SAX.endDocument() |