libxml2/SAXresult/dav10

13 lines
302 B
Plaintext
Raw Normal View History

1999-06-03 01:44:04 +08:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(D:owner, xmlns:D='http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
1999-06-03 01:44:04 +08:00
SAX.startElement(D:href)
SAX.characters(http://www.ics.uci.edu/~ejw/co, 40)
SAX.endElement(D:href)
SAX.characters(
, 1)
SAX.endElement(D:owner)
SAX.endDocument()