You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
484 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(owner, D, 'http://www.ietf.org/standards/dav/', 1, xmlns:D='http://www.ietf.org/standards/dav/', 0, 0)
SAX.characters(
, 3)
SAX.startElementNs(href, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.ics.uci.edu/~ejw/co, 40)
SAX.endElementNs(href, D, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 1)
SAX.endElementNs(owner, D, 'http://www.ietf.org/standards/dav/')
SAX.endDocument()