Messages are sorted not by date but based on their filename. New filenames are generated using php's uniqid() function, which generates a unique identifier based on the current time in microseconds. So if you want to change the order of your articles, you have to rename the xml files with id's generated with uniqid() that ensure a correct ordering. I suggest you write a simple script to fix it.
- roog
- roog