我有一个非常简单的html页。 html页将始终简单。 简单
<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.
增 编