I have a NSString flood of HTML special characters, there is a way to gain the text like when the page is visualized on a browser? Or I must convert it from php?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want only text from an HTML page that can contain all sorts of things, it’s probably best to use WebKit to walk the DOM and extract the text from interesting elements. The docs are a little anemic here, but now that you know a good mechanism, it’s far easier to find specific examples on the web.