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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -