Introduction
I needed a tool to convert all my RSS Feeds from RSSBandit to NewsGator format. I couldn't find anything pre-built, so I wrote this really really really simple conversion program.
This is a very small tool that will convert your RSSBandit news feeds to OPML format. OPML is used by more RSS Readers like SharpReader and NewsGator.
Use
Example:
RSSConvert "c:\rss\feeds.xml" "c:\rss\feeds.opml"
C# source included. This tool uses the .NET Framework.