1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/SAXresult/dav10

13 lines
302 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(D:owner, xmlns:D='http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
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()