1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-16 02:50:07 +03:00
libxml2/result/title.xml.sax

7 lines
137 B
Plaintext
Raw Permalink Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(title)
SAX.characters(my title, 8)
SAX.endElement(title)
SAX.endDocument()