generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.comment( This file is encoded in UTF-16LE )
|
||||
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()
|
||||
Reference in New Issue
Block a user