You can not 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
302 B
13 lines
302 B
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()
|