1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/result/title.xml.sax

7 lines
137 B
Plaintext
Raw Normal View History

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