1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 21:55:05 +03:00
libxml2/SAXresult/comment2.xml

14 lines
251 B
XML
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( document start )
SAX.startElement(doc)
SAX.characters(
, 1)
SAX.startElement(empty)
SAX.endElement(empty)
SAX.characters(
, 1)
SAX.endElement(doc)
SAX.comment( document end )
SAX.endDocument()