views:

88

answers:

1

I am new to iphone development.I want to retrieve a particular data from a HTML page (Data inside a particular tag like This is title).I have the link of the web page.How should i use xpathQuery to retrieve "This is title" inside the tags.Please help me out.Thanks.

A: 

Check out this link, I used it in HTML parsing ad it works fine.

EEE
How to implement for a HTML file at a URL?Can i use "parseXMLFileAtURL" this method
Warrior
Where did you given the URL for HTML parsing
Warrior