Dɑvïd
Dɑvïd

Reputation: 1987

How to convert an XML file produced by RSS feed to a file in Atom format?

I have an XML file (obviously) which is the output of an RSS feed. I would like to convert that file to the Atom format.

There are plenty of Q&A's on StackOverflow about converting feeds, but I want to convert a file.

I expect this is going to involve XSLT, but that is beyond me, and it's possible that such a converter already exists. Can anyone point me in the right direction?

Thanks!

Upvotes: 2

Views: 1096

Answers (1)

Dɑvïd
Dɑvïd

Reputation: 1987

A little more looking turned up an XSLT file from 2003 that seems to do the trick.

Original is at iBLOGthere4iM, or a conveniently saved gist, if anyone is interested.

Upvotes: 2

Related Questions