rss.net

.NET/C#: Using RSS.NET with Stack Overflow Feeds: How To Handle Special Properties of RSS Items?

I'm writing a Stack Overflow API wrapper, currently at http://soapidotnet.googlecode.com/. I have a few questions about parsing SO RSS feeds. I've chosen to use RSS.NET to parse the RSS, but I have a few questions about my code (which I have provided further down in this post). My Questions: First of all, am I parsing those attribu...

RSS.NET unable to parse feedburner feeds

I'm using RSS.NET for .NET 2.0. Try as I might, I get 0 channels for the following: feed = RssFeed.Read("http://feeds.feedburner.com/punchfire?format=xml"); I note that for other feeds this works e.g. feed = RssFeed.Read("http://www.engadget.com/rss.xml"); I guess it has to be a valid xml document. Do you think I should check for ".x...