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