I have an XML document in a string object. I want to display that using a WebBrowser control. How do I "Navigate" to the string instead of some web site? In a sense, I want to write directly to some "innerHtml" property, but nothing like that seems to exist.
Thanks! -- Curt