1SAX.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()
13