Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » XML, XSL & ... » WebBrowser, HTML, Networking   (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

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