Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Convert RSSBandit XML files to OPML format

0.00/5 (No votes)
12 Mar 2004 1  
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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here