On Mar 15, 2007, at 10:42 AM, Tom Harrington wrote:
Is there RSS support in Cocoa, or do I need to add some other
framework?
Brent Simmons (author of NetNewsWire) released an open-source RSS
parser class a while ago-- see http://ranchero.com/cocoa/rss/. For
RSS generation I don't know of a specific class, but it wouldn't be
hard to use NSXMLDocument (and related classes) to roll your own.