How to parse a HTML file at a URL?

Posted by Warrior on Stack Overflow See other posts from Stack Overflow or by Warrior
Published on 2010-03-08T09:30:54Z Indexed on 2010/03/08 9:36 UTC
Read the original article Hit count: 321

Filed under:
|

I am new to iphone development.I am able to parse a Xml file at a URL and retrieve it contents from a particular nodes.

For Parsing at url

 NSString * path = @"xxxxxxxxxxxxxxxxxxxxxx";
    [self parseXMLFileAtURL:path];

For retrieving the data i use NSXMLParser .How can i achieve the same thing if i have HTML file at my URL(Source code of the webpage is HTML).Please help me out.Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about html-parsing