1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00
libxml2/result/title.xml.sax2

7 lines
174 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
SAX.characters(my title, 8)
SAX.endElementNs(title, NULL, NULL)
SAX.endDocument()