Sort RSS By Date, Then Display It Back To The Browser
I have an RSS feed that is sorted by story type, but I need to parse it using JavaScript, sort the feed by publish date and display it out to a browser. I have no access to change the feed on the back end. I've seen tutorials on how to sort XML by number and by title, but nothing on date. Any ideas?
Bookmarks