Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to parse complex HTML page, It contains table.What would be the best way to do this?Right now I am using TFHpple. But I am facing difficulties while parsing complex table data with different fonts.Is there any library in Objective C which give the same result like JSOUP in java. Please help me out.

share|improve this question
    
What's your end game? If you just want to display the HTML then you can use NSAttributedString or UIWebView. –  RASS Mar 10 at 10:45
    
No I am not displaying html in webview. I want to parse data from html page and have to show relevant data(not all) in my table view. Please suggest me any suitable library for that. –  Keyideas_team Mar 11 at 4:19
    
You can try NSXMLParser but it's not too reliable with HTML. –  RASS Mar 11 at 9:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.