blob: 2a2c71457293285f7846b08240067102bc8190c8 (
plain)
1
2
3
4
5
|
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace', 0, 0, 0)
SAX.endElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace')
SAX.endDocument()
|