搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

An RSS feed with future dates is not recognized

more options

I'm using a jquery function to load an RSS feed with Ajax: Chrome can see both past and future RSS entries but Firefox doesn't show entries with a date in the future: is there something else I should do (I'd like to avoid writing an RSS feed and an html page with the same data that I would have to later update)?

I'm using a jquery function to load an RSS feed with Ajax: Chrome can see both past and future RSS entries but Firefox doesn't show entries with a date in the future: is there something else I should do (I'd like to avoid writing an RSS feed and an html page with the same data that I would have to later update)?

所有回复 (1)

more options

Do you see the same behavior if you load the feed directly? In Firefox, you can use

Bookmarks > Subscribe to this page...

when the page contains a <link> tag recognized as a feed.

In that case, you might need to bypass Firefox's transformation and parse your XML using your own code.