android13/external/libxml2/result/comment5.xml.sax

13 lines
281 B
Plaintext

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()