1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-14 13:58:27 +03:00
libxml2/SAXresult/title.xml

7 lines
137 B
XML
Raw Normal View History

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