generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.startElement(foo)
|
||||
SAX.characters(
|
||||
Text with EUC-JP chars at pos, 170)
|
||||
SAX.characters(駪槗___
|
||||
_, 11)
|
||||
SAX.endElement(foo)
|
||||
SAX.endDocument()
|
||||
Reference in New Issue
Block a user