Tagged Questions
The rss.net tag has no wiki summary.
2
votes
4answers
2k views
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 ...
2
votes
1answer
715 views
.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 ...