objective c - Get XML from NSWebView -


i have nswebview in there loaded xml data. cannot stringbyevaluatingjavascriptfromstring because javascript doesn't want work xml. how hell supposed it? why annoying difficult simple? creating xml url won't work.

how xml nswebview nsstring?

do need use webview? i'd suggest grabbing data itself:

nsstring *content = [nsstring stringwithcontentsofurl:[nsurl urlwithstring:@"example.com"]];


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -