ADC Home > Reference Library > Reference > Internet & Web > Web Content > Publication Subscription Framework Reference

 


PSFeed.h

Overview



Classes

PSFeed


Typedefs


PSFeedFormat


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.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2008-03-11