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