Hi, I am confused about whether it is feed reader problem or my coding problem.
I have code which dynamically generates the bare minimum rss 2.0 feed based on the request. Currently it is set to show maximum of 10 items. I have tried it in the builtin feed reader of firefox, it shows all the items. Same in opera browser's feed reader. In Safari, it only shows one latest item no matter what. when new entry is made, it gets replaced but still only one item. I have tried in stand alone feed reader. "FeedReader" shows all the item while "RSS owl" shows only one item like Safari. I have a "foreach" in my view script to loop through items but it seems like these readers doesn't stay long enough to get all the 10 items. Since I don't have control over what reader user will choose, how can I overcome this problem? Any suggestions on this? I know this is bit a off topic. Thanks
