|
| From: | Andreas Hoeschler |
| Subject: | Loading (opening) a website with GNUstep |
| Date: | Sat, 11 May 2002 14:09:57 +0200 |
Hi,I need to load (get the html code) of an url (e.g. http://www.mydomain.de/file.html). The html code of this page contains some information I need to extract. The first step is to get the html. How can I do this in GNUstep?
NSString *htmlCode = ... // input = URL; output = HTML code
Thanks a lot,
Andreas
| [Prev in Thread] | Current Thread | [Next in Thread] |