kdbdallas / mobile-rss

Automatically exported from code.google.com/p/mobile-rss
0 stars 0 forks source link

Sorts on guid instead of order in xml file #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load feed where guid is not the same as the order of items in the rss file.
2. View in Firefox where the items are sorted in the order they appear in
the file
3. View in MobileRSS where the items are in chaos (or sorted by guid, it
seems).

What is the expected output? What do you see instead?
I haven't found in the spec what parameter rss is supposed to be sorted on
But atleast firefox sorts on the order of items in the file. If the rss
feed has pubDates maybe that is used instead (would make sense).

What version of the product are you using? On what operating system?
iphone 1.1.1

Original issue reported on code.google.com by i...@emiledeholt.se on 10 Jan 2008 at 4:50