]> err.no Git - sope/blob - sope-ical/README
fixed a warning
[sope] / sope-ical / README
1 sope-ical
2 =========
3 Last change: 2004-10-17
4
5 This package currently contains three things:
6
7 a) iCalSaxDriver   - a SaxObjC SAX driver based on libical
8    => DEPRECATED
9 b) versitSaxDriver - a SaxObjC SAX driver for parsing vCard and iCal files
10 c) NGiCal          - a set of classes representing iCal entities
11
12 The iCalSaxDriver is deprecated in favor of the versitSaxDriver which does
13 not have the dependency on libical but implements the parsing on its own.
14
15
16 To test the SAX driver, you can use the saxxml tool, eg:
17
18   saxxml -XMLReader VSiCalSaxDriver data/test-noodle1.ics 
19
20 This will print the tags reported to the SAX handler.