generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.startElement(html)
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.startElement(head)
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.startElement(style)
|
||||
SAX.cdata(
|
||||
.......
|
||||
....................., 3977)
|
||||
SAX.endElement(style)
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.endElement(head)
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.endElement(html)
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.endDocument()
|
||||
Reference in New Issue
Block a user