You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
342 B
9 lines
342 B
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.comment( This file is encoded in UTF-16BE )
|
|
SAX.startElementNs(repository, NULL, NULL, 0, 1, 0, repositroy_id='test...', 4)
|
|
SAX.startElementNs(namespace, NULL, NULL, 0, 1, 0, name='test...', 4)
|
|
SAX.endElementNs(namespace, NULL, NULL)
|
|
SAX.endElementNs(repository, NULL, NULL)
|
|
SAX.endDocument()
|