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.startElementNs(doc, NULL, NULL, 0, 0, 0)
11SAX.endElementNs(doc, NULL, NULL)
12SAX.endDocument()
13