blob: f0940b2c7a96ae274a6b8d71ab1c89ac4696bd37 [file] [log] [blame]
Daniel Veillard4a5a9642005-06-27 10:40:55 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.comment( test of hyphen and line break handling
4 some text - interrupted -
5- - - - - - - - - - - - - - - - - - - - - -
6 this should stop here^
7
8
9)
10SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
11SAX.endElementNs(doc, NULL, NULL)
12SAX.endDocument()