views:

166

answers:

0

since there was no to this question http://stackoverflow.com/questions/1209586/iphone-tabbed-browsing-by-storing-webview-in-an-array-plist yet, I wanna try to get the DOMDocument (the whole content of the webView (with JS and pictures), not only the html document) using the private WebKit framework for iPhone.

My question is: How do I show the DOMDocument in another WebView? I haven't found a single answer. I know I can show the DOMHTMLDocument using loadData:MIMEType:encoding... does that work with a DOMDocument? if not how can I load it?