Sorting RSS feeds with XSLT

Posted by Dennis on Nov 27, 2006 in Uncategorized2 comments

I just found this very useful posting on how to sort RSS feeds by date using XSLT. Read it here



Tags: ,


2 comments

» Comments RSS Feed
  1. Excellent article that. I’ve always thought it would be nice to be able to restyle RSS feeds without having roll up my sleeves and write some code.

  2. For me xslt is very important for client side transformation. Sorting with xslt is new for me and seems to be amazing :)

    select=”substring(substring-after… substring selection part is the core of logic

Leave a comment