开发者

Is there anyway to easily add rss feeds to outlook?

开发者 https://www.devze.com 2023-03-14 21:37 出处:网络
I have wri开发者_JAVA技巧tten code that genereates several thousand rss feeds and displays them as links (using django if it matters) in a browser page. The issue I have is that only firefox seems to

I have wri开发者_JAVA技巧tten code that genereates several thousand rss feeds and displays them as links (using django if it matters) in a browser page. The issue I have is that only firefox seems to be able to natively understand that a rss xml file is an rss feed and asks if you want to add it to a program like outlook. both IE and Chrome simply display the xml code. Without forcing everyone who uses IE or Chrome to install a plugin to handle rss feeds, is there some way i can change my web page code so that clicking the rss link will attempt to open that feed in a browser? I appreciate any and all responses.


If I understand the Q correctly, your XML is not displaying clickable links.

This is the default behavior.

To make IE and Chrome activate your links, you need to transform your XML with XSL.

This is a decent reference on transforming your entire XML file: http://www.xefteri.com/articles/show.cfm?id=24

(Depending on the current set up, thousands of changes may be out of the question, but this gives you an idea on how it could be done.)

0

精彩评论

暂无评论...
验证码 换一张
取 消