Re: Parsing a HTML Page
Re: Parsing a HTML Page
- Subject: Re: Parsing a HTML Page
- From: Charles Srstka <email@hidden>
- Date: Sat, 1 May 2004 13:18:13 -0500
On May 1, 2004, at 11:51 AM, M. Uli Kusterer wrote:
At 15:17 Uhr +0200 01.05.2004, Philip Mvtteli wrote:
I would like to download a HTML page from the Internet and reuse just
a part of the contained information in a componet of my own.
What would you guys recommend me, to parse the downloaded data, in
order to find the part, that I need.
I don't need the original HTML tags, that surrounded my desired
information, only the pure information.
NSString initWithHTML and NSScanner sound like good candidates.
AFAICT NSString doesn't have an initWithHTML: method. Did you mean
NSAttributedString initWithHTML:?
Charles
_______________________________________________
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.