Files
XML_Data_Parsing/libxml2/result/title.xml.sax2
T

7 lines
174 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
SAX.characters(my title, 8)
SAX.endElementNs(title, NULL, NULL)
SAX.endDocument()