1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-11 01:58:56 +03:00

6 lines
142 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(doc, attr='to normalize with a space')
SAX.endElement(doc)
SAX.endDocument()