Posted By: Bas | Mar 28th, 2008 @ 2:48 PM
page 1 of 1
Comments: 3 | Views: 760
Bas
Bas
It finds lightbulbs.

I have an application that I occasionally want to notify me when some things happen. I figured I'd use RSS, since I check my feeds regularly. However, I can't seem to figure out how to subscribe to it. If I open the XML file in IE, it simply shows me the XML, not the RSS reader. Does the file need to be served via http for IE to pick it up or something?

jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
Maybe you could trick IE with some clever host-file manipulation?
Nils
Nils
silverlight=true :)

I've opened the C9 RSS feed in IE7 (http://channel9.msdn.com/rss.apsx) and I got a page with a link to subscribe to the feed in IE7's RSS reader. The document was served with Content-type text/xml and the same worked with another dynamically generated feed, too.

Saving the xml file locally and opening it in IE7 did not display the special feed page.

So I guess, it only works if the RSS xml file is opened via http (and not locally or from a network drive) and the Content-type header must be set to text/xml to show up the feed subscribe page.

page 1 of 1
Comments: 3 | Views: 760
Microsoft Communities