Daniel Veillard | 011b63c | 1999-06-02 17:44:04 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() | ||||
3 | SAX.startElement(D:owner, xmlns:D='http://www.ietf.org/standards/dav/') | ||||
4 | SAX.characters( | ||||
5 | <D:href>http://www.ics.uci., 3) | ||||
6 | SAX.startElement(D:href) | ||||
7 | SAX.characters(http://www.ics.uci.edu/~ejw/co, 40) | ||||
8 | SAX.endElement(D:href) | ||||
9 | SAX.characters( | ||||
10 | </D:owner> | ||||
11 | , 1) | ||||
12 | SAX.endElement(D:owner) | ||||
13 | SAX.endDocument() |