Re: Getting HTML
Re: Getting HTML
- Subject: Re: Getting HTML
- From: Peter Ammon <email@hidden>
- Date: Thu, 14 Jun 2001 10:27:50 -0700
on 6/13/01 12:12 PM, email@hidden at email@hidden wrote:
>
Whats the easiest way to get the HTML from a given URL? The only
>
examples I have seen have been the OmniGroups, and they arent helping me
>
much...too complex. I just need to take the HTML and assign it to a
>
string, and then later on use the string. Any suggestions?
>
Try [NSString
stringWithContentsOfURL:@"
http://www.myWebPage.edu/index.html"]
-Peter