blob: 2a2c71457293285f7846b08240067102bc8190c8 [file] [log] [blame]
Daniel Veillard6977c6c2006-01-04 14:03:10 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace', 0, 0, 0)
4SAX.endElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace')
5SAX.endDocument()