Files
Android11/external/libxml2/result/comment5.xml.sax
2023-10-13 14:01:41 +00:00

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