Daniel Veillard | 4a5a964 | 2005-06-27 10:40:55 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() | ||||
3 | SAX.startElementNs(title, NULL, NULL, 0, 0, 0) | ||||
4 | SAX.characters(my title, 8) | ||||
5 | SAX.endElementNs(title, NULL, NULL) | ||||
6 | SAX.endDocument() |