Files
XML_Data_Parsing/libxml2/result/HTML/autoclose2.html.sax
T

12 lines
214 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(html)
SAX.startElement(body)
SAX.startElement(p)
SAX.characters(toto
, 5)
SAX.endElement(p)
SAX.endElement(body)
SAX.endElement(html)
SAX.endDocument()