65.9K
CodeProject is changing. Read more.
Home

Convert RSSBandit XML files to OPML format

starIconstarIconemptyStarIconemptyStarIconemptyStarIcon

2.00/5 (5 votes)

Mar 13, 2004

viewsIcon

97507

downloadIcon

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.