X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FREADME;h=88205564f12c581f27fbb77a787597cedd031086;hb=92192867da7a3bdf027c14197f639536476803f1;hp=5d1f2ea85a76cd9190f465ffb431c00fd595f86f;hpb=02f7324b1eb7cd78ebe438099e3fbc8a70c9df9e;p=sope diff --git a/sope-ical/README b/sope-ical/README index 5d1f2ea8..88205564 100644 --- a/sope-ical/README +++ b/sope-ical/README @@ -5,8 +5,16 @@ Last change: 2004-10-17 This package currently contains three things: a) iCalSaxDriver - a SaxObjC SAX driver based on libical + => DEPRECATED b) versitSaxDriver - a SaxObjC SAX driver for parsing vCard and iCal files c) NGiCal - a set of classes representing iCal entities The iCalSaxDriver is deprecated in favor of the versitSaxDriver which does not have the dependency on libical but implements the parsing on its own. + + +To test the SAX driver, you can use the saxxml tool, eg: + + saxxml -XMLReader VSiCalSaxDriver data/test-noodle1.ics + +This will print the tags reported to the SAX handler.