allwinner_a64/android/external/libxml2/result/dav12.sax
2018-08-08 16:14:42 +08:00

6 lines
208 B
Text

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(D:href, xmlns:D='http://www.ietf.org/standards/dav/')
SAX.characters(http://www.ics.uci.edu/~ejw/co, 40)
SAX.endElement(D:href)
SAX.endDocument()