Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » XML, XSL & RSS   (RSS)

Retrieve <?xml-stylesheet> from RSS Feed using XmlDocument

So I'm trying to wrap up this white paper I'm writing on consuming RSS in Windows Forms. I wrote a whole section on how to apply a custom XSLT transform to a feed, and display the resulting HTML in the WebBrowser. ( I gave a less-complete version of a

Using the Microsoft Feeds (RSS) API from Windows Forms

Wim De Cleen has a great two-part walkthrough up on how to use the new Microsoft Feeds API to display a folder-style list of RSS feeds in Windows Forms. The Feeds API is new with Internet Explorer 7, and is the programmatic interface to the new Windows
Posted by Jay A. Allen | 3 Comments
Filed under:

How to Data Bind to an RSS Feed (Blog Posts) in Windows Forms

RSS feeds are XML files that represent the current posts on a syndicated content channel, such as a blog or news feed. Since RSS feeds are XML, they can be loaded into an ADO.NET DataSet and bound to the elements of a form. Picture 1: Simple RSS Feed
 
Page view tracker