NSString *myText = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.innerText"]; NSLog(@"my text -> %@",myText);
I get all the JavaScript for the webView but what i want is to save the body text only from the web page so can any body help me with some codes or any ideas thanks
http://www.boston.com/news/nation/articles/2010/08/17/obama_sharpens_message_for_fall_election/
you see the title,image and the text and also some links and some buttons (minuButton,plusButton,printButton...) so what i want is to take the text as string to copy into my app and use it – Aug 17 '10 at 07:53