Re: Download from url and parse?
Re: Download from url and parse?
- Subject: Re: Download from url and parse?
- From: Ron Medina Ballesteros <email@hidden>
- Date: Sat, 3 Jan 2004 11:25:36 -0800
You can take a quick look at cocoadevcentral.com's example.
http://cocoadevcentral.com/articles/000048.php which retrieves a plist
file into a NSDictionary.
Take a look at the "Downloader" example in your
Developer/Examples/WebKit/ folder which shows how to download
files from a specified URL.
~r
On Jan 3, 2004, at 8:58 AM, Ibrahim Bulut wrote:
Does anyone have a simple example of NSURLDownload? I'm a cocoa
beginner and trying to download some data from a specified url and
parse the data. The amount of the data is quite large, do anyone
suggest any way to store this data to disk while program is closed and
how to store in memory (for fast searching)?
/Ibrahim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.