Parallel Programming, Silverlight, and the RSS Bandit parser
- For RSS/Atom parsing with .NET, I’ve quickly become a fan of the parser in RSS Bandit. Download the source via CVS and compile the NewsComponents project as its own DLL. Create a RssParser object, then call
the GetItemsForFeed method with the desired URL. This returns an ArrayList of NewsItems for that feed with information for each item.
This entry was posted
on Friday, June 22nd, 2007 at 4:33 pm and is filed under general.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
[...] (h/t Ken Rawlings) [...]
Thanks for posting this, reading your blog I’m amazed how much time you have put into it.