parsing simple html for iphone

Posted by sitara on Stack Overflow See other posts from Stack Overflow or by sitara
Published on 2010-04-29T18:09:52Z Indexed on 2010/04/29 19:57 UTC
Read the original article Hit count: 612

Filed under:
|
|
|

I have a very simple html page to parse. The html page will remain simple always. as simple as this

<html>
<head><title>title</title></head>
<body>some data here</body>
</html>

I have fetched the html content of such an html page and have it in an NSString. I want to get what ever data is there in the body of the html page.

Please tell me how can this be done and let me know if there are more than one possible ways. I would prefer doing it using basic obj-c if it is possible.

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about html