I'm working on a Cocoa command-line tool to download RSS feeds, and I'm wondering how to download a file that is on the web at some location http://site.com/file.xml and store the source code of that file in an NSString. Do I need the WebKit framework? If so, how can this be implemented with WebKit.
Thanks!
Thanks!