Loading XML encoded HTML into a WebView control

mfi

New Member
I have some HTML which is encoded as XML, for example:\[code\]html = "this is a test </a> test <em>test2</em> ... "\[/code\]So when I try to load this into a \[code\]WebView\[/code\] control, it doesn't correctly render the HTML:\[code\]myWebView.NavigateToString(html);\[/code\]Just to be clear, I am not creating this HTML in this fashion, but am stuck with it. Is there a way to either render this to the control, or convert it to standard HTML first?
 
Back
Top