Files
XML_Data_Parsing/libxml2/result/comment5.xml.sax
T

13 lines
281 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
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()