iPhone SDK:HTML parsing standard way or example:

Posted by Clave Martin on Stack Overflow See other posts from Stack Overflow or by Clave Martin
Published on 2009-09-10T09:44:36Z Indexed on 2010/06/13 12:02 UTC
Read the original article Hit count: 593

Filed under:
|

Hi,

I am accessing a web page using NSURLConnection and have a HTML data downloaded programmatically in my iPhone client application. I want to parse and pick some description data from the HTML tags..It is too dirty tags and my data is also here and there. I would like to ask you, is there a standard or easy way of parsing of HTML data on iPhone development. P.S: I know about XML parsing.

thanks.

Clave/

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk