Re: Using IWebBrowser2 to show RSS list
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Wed, 5 Sep 2007 15:53:50 -0400
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
.
- Follow-Ups:
- Re: Using IWebBrowser2 to show RSS list
- From: BobM
- Re: Using IWebBrowser2 to show RSS list
- Prev by Date: Re: BHO AND TOOL BAR BUTTON
- Next by Date: Re: Using the WebBrowser Control
- Previous by thread: BHO AND TOOL BAR BUTTON
- Next by thread: Re: Using IWebBrowser2 to show RSS list
- Index(es):