Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

petruza

macrumors newbie
Original poster
Sep 16, 2009
6
0
When I load an HTML in a WebView, and the HTML has explicit <head> and <body>, I can get the head and insert a link to inject some CSS styles to the document on the fly.
I also manipulate the DOM on the body.
But what do I do when the HTML doesn't have this tags defined?
I can't modify the HTML file as it's user-provided.
I tried [DOMDocument createElement:] and [DOMDocument appendChild:] to insert a html, a head and a body, but didn't work.
How should this be done?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.