]> err.no Git - sope/blobdiff - sope-ical/README
fixed a syntax error in the .xmap
[sope] / sope-ical / README
index 5d1f2ea85a76cd9190f465ffb431c00fd595f86f..88205564f12c581f27fbb77a787597cedd031086 100644 (file)
@@ -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.