|
Mac Dev Center
Mac OS X Reference Library Core Services Layer Publication Subscription Publication Subscription Framework Reference
|
PSFeed.h |
Use the links in the table of contents to the left to access the documentation.
The data format of a feed.
PSFeedFormat |
The data format of a feed.
typedef enum { PSUnknownFormat = 0, PSRSSFormat = 1, PSAtomFormat = 2, } PSFeedFormat;
Thesetypes will track the latest published specifications for RSS and Atom. Their current versions are as follows: PSRSSType RSS 2.0, as specified by http://blogs.law.harvard.edu/tech/rss PSAtomType Atom 1.0, as specified by http://www.ietf.org/rfc/rfc4287.txt
The PubSub framework handles two types of feeds: RSS and Atom. These are both standards built with XML.
Last Updated: 2009-08-12