Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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)?

All Replies (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.