Re: Loading XML into WebBrowser
- From: "Mark Finkle" <mark_finkle@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 01:11:32 -0500
Charles,
I have had no luck loading raw XML into MSHTML via streams and getting it to
appear "styled". What I do instead is apply my own XSLT to the XML to
create XHTML and then load the XHTML using streams. MSHTML must have it's
own XSLT somewhere buried in resources. You could try to find it or make
your own.
I also noticed that even when you Navigate to an XML file which is "styled"
using the builtin XSLT or your own XSLT, the DOM is not the resultant HTML.
It's the raw XML. Not relevant, I know, but interesting.
Mark Finkle
> Does anyone have any idea how to load xml into a WebBrowser control from a
> stream, say, and have it outlined like IE does?
>
.
- References:
- Loading XML into WebBrowser
- From: Charles Law
- Loading XML into WebBrowser
- Prev by Date: Re: disabling security warnings in C# application that uses web browser control
- Previous by thread: Loading XML into WebBrowser
- Next by thread: Re: Events and substitution of innerHTML
- Index(es):
Relevant Pages
|
|