Visual Studio .NET 2002.NET 1.0Windows 2003Windows 2000Windows XPIntermediateDevVisual StudioWindows.NETC#
Convert RSSBandit XML files to OPML format





2.00/5 (5 votes)
Mar 13, 2004

97507

624
Convert your RSS Feeds to OPML.
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
- Export your feeds from RSSBandit.
- At the cmd prompt, type:
RSSConvert "<input path>" "<output path>"
- Import them to the new program.
Example:
RSSConvert "c:\rss\feeds.xml" "c:\rss\feeds.opml"
C# source included. This tool uses the .NET Framework.