blob: dd58e7a72d3c8aa4a99897e9966e9b1d729242cc [file] [log] [blame]
SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( test of hyphen and line break handling
some text - interrupted -
- - - - - - - - - - - - - - - - - - - - - -
this should stop here^
)
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()