I'm not sure if this is the proper place to post this, but here goes.
I have an RSS of my site, based on /taxonomy/term/all/feed . This generates a list of all nodes, starting with those who have not yet been "taxonomized", i.e. with TID of "nothing" (or rather, 0). When I add a new node, and when I don't give it a taxonomy tag, it displays on top of the list, where it is expected to appear.
But as soon as I do add a taxonomy tag, say "123", it disappears down the list, to show up with in the vicinity of nodes which have taxonomy tid "123". I suppose this means that "taxonomy/term/all/feed" output is sorted by TID. There is some logic in this, but in my situation, it is unwelcome behaviour.
So, my question is: how can I sort "taxonomy/term/all/feed" RSS output by Date?
(using Drupal 5.x)