Return to dav10.sax CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result |
1.1 ! misho 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()