generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.startElementNs(element, NULL, 'http://example.org/ns/1', 2, xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1', 1, 0, name='foo"...', 3)
|
||||
SAX.characters(
|
||||
, 3)
|
||||
SAX.startElementNs(empty, NULL, 'http://example.org/ns/1', 0, 0, 0)
|
||||
SAX.endElementNs(empty, NULL, 'http://example.org/ns/1')
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.endElementNs(element, NULL, 'http://example.org/ns/1')
|
||||
SAX.endDocument()
|
||||
Reference in New Issue
Block a user