Blame result/comment5.xml.sax2

Packit Service a31ea6
SAX.setDocumentLocator()
Packit Service a31ea6
SAX.startDocument()
Packit Service a31ea6
SAX.comment( test of hyphen and line break handling
Packit Service a31ea6
     some text - interrupted -
Packit Service a31ea6
- - - - - - - - - - - - - - - - - - - - - -
Packit Service a31ea6
                      this should stop here^
Packit Service a31ea6
Packit Service a31ea6
Packit Service a31ea6
)
Packit Service a31ea6
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
Packit Service a31ea6
SAX.endElementNs(doc, NULL, NULL)
Packit Service a31ea6
SAX.endDocument()