PSFeed.h

Overview

Use the links in the table of contents to the left to access the documentation.



Classes

PSFeed


Typedefs

PSFeedFormat

The data format of a feed.


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.

 

Last Updated: 2009-08-12