J
Julian
I have written a CGI program which takes an RSS feed and turns it into
HTML. I'm using it to display the latest headlines from the BBC News
website.
The question is, what order should I display the items in? In the raw
XML feed, the items are not in chronological order. I can sort the items
into pubDate order, but then I notice the items are not shown in the
same order as on the BBC website.
What is the correct logic for determining which are the newest items in
an RSS feed?
HTML. I'm using it to display the latest headlines from the BBC News
website.
The question is, what order should I display the items in? In the raw
XML feed, the items are not in chronological order. I can sort the items
into pubDate order, but then I notice the items are not shown in the
same order as on the BBC website.
What is the correct logic for determining which are the newest items in
an RSS feed?