Sorting RSS feeds with XSLT
Posted by Dennis on Nov 27, 2006 in Uncategorized • 2 commentsI just found this very useful posting on how to sort RSS feeds by date using XSLT. Read it here
I just found this very useful posting on how to sort RSS feeds by date using XSLT. Read it here

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.
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