Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.startElement(D:owner, xmlns:D='http://www.ietf.org/standards/dav/')
      4 SAX.characters(
      5   , 3)
      6 SAX.startElement(D:href)
      7 SAX.characters(http://www.ics.uci.edu/~ejw/co, 40)
      8 SAX.endElement(D:href)
      9 SAX.characters(
     10 , 1)
     11 SAX.endElement(D:owner)
     12 SAX.endDocument()
     13