Service for converting channels (version issue)
I made an application (for myself) to read feeds using SyndicationFeed and the problem is it only supports Atom 1.0 and RSS 2.0.
I have a lot of feeds that are RSS 0.92 and so ...
So my question is, is there any service that I can use to convert RSS 0.92 to RSS 2.0 or Atom 1.0. Someone told me that I should use feedburner , but I couldn't find how to do it there. :)
a source to share
You should be able to do this with Yahoo Pipes . Use a trivial feed like http://pipes.yahoo.com/pipes/pipe.edit?_id=PicO8ejT3BG6sr1Uy6ky6g , except your original feeds will be RSS 0.92. Anyway, you just send everything back, then use a url like http://pipes.yahoo.com/pipes/pipe.run?_id=PicO8ejT3BG6sr1Uy6ky6g&_render=rss&atom_feed_url=http%3A%2F%2Fexampleed.com%2F (note rendering = rss) to serialize it back to RSS 2 (or Atom if you choose).
EDIT: It actually looks like FeedBurner can convert to Atom just fine. Go to http://feedburner.google.com/fb/a/myfeeds , log in and you will see a window that says "Record your feed now". Enter an RSS.92 url, then you will need to select the FeedBurner code like foo / bar. Finally, you can use Atom urls like http://feeds2.feedburner.com/foo/bar?format=xml . I have not figured out how to use FeedBurner to convert to RSS 2.
a source to share