我承认在理解 RSS/Atom 提要问题方面有点落后。
我所知道的是,我希望将 Atom 提要转换为内联的 RSS 提要。这意味着我想在某处指定一个选项,说明使用此 xsl 或任何东西将 Atom 提要转换为 RSS 提要。
有没有什么方法不需要在我的本地机器上运行一个单独的监听器来完成翻译?即,我不是直接要求 Atom 提要,而是让我的“服务”来获取提要,对其进行转换并将其提供给真正的订阅者?
对不起(可能)愚蠢的问题。不知何故,我从来没有收到过关于这些东西的备忘录。
谢谢 - 乔恩
Similar to Paul's answer... we use Feedburner for feeds - it's trivial to have it convert one type of feed to another.
Atom to RSS on the fly
Sounds like a Yahoo Pipes job to me..
http://pipes.yahoo.com/pipes/pipe.info?_id=Aj_YHfi62xGuBj4KkAtvUw
If you want to write your own, using C#. You would download the Atom and save it as RSS using the SyndicationFeed class. It's about 4 lines of code.