Re: Parsing a HTML Page
Re: Parsing a HTML Page
- Subject: Re: Parsing a HTML Page
- From: John Pannell <email@hidden>
- Date: Sat, 1 May 2004 12:47:15 -0600
Hi Phil-
I have an application that parses HTML in an NSTask using a perl script
(that incorporates LWP). If you need more "heavy duty" HTML parsing
than NSScanner provides, this was a good route for me.
I can provide directions/examples for the code set up as well as how to
package LWP into your app if desired.
HTH-
John
On May 1, 2004, at 7:17 AM, Philip Mvtteli wrote:
Hi
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.
What library would do that in the easiest way from Objective-C?
Thanks
Phil
_______________________________________________
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.