Re: Using IWebBrowser2 to show RSS list



BobM <BobM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
By default IWebBrowser2 displays the RSS channel xml file like a
normal xml file in IE, with the xml tags in red etc, but I want to
render the RSS channel xml into HTML and load the DOM with it, to
display a nice list of RSS items for the user to click, and a
subscribe option etc, similar to IE7.

Apply an XSL transform to it, to turn it into HTML. See e.g.

http://interglacial.com/~sburke/stuff/pretty_rss.html

I cannot work out how to get the raw XML file after it is downloaded
but before it is loaded into the DOM.

Load it yourself, e.g. with IXMLHTTPRequest object, or
IXMLDOMDocument.load.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.