blob: dd58e7a72d3c8aa4a99897e9966e9b1d729242cc [file] [log] [blame]
Daniel Veillard4c778d82005-01-23 17:37:44 +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.startElement(doc)
11SAX.endElement(doc)
12SAX.endDocument()