Overview
Classes
- PSFeed
Typedefs
The data format of a feed.
typedef enum {
PSUnknownFormat = 0,
PSRSSFormat = 1,
PSAtomFormat = 2,
} PSFeedFormat;
Constants
These
- types 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
Discussion
The PubSub framework handles two types of feeds: RSS and Atom. These are both standards built with XML.
- Availability
- Introduced in Mac OS X v10.5.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2008-03-11