Sorting RSS-feed by date using XSLT

Apr 06
2006 08:22 (XSLT) · Русский (17,048 views)

In my previous post I’ve described how to display RSS-feed in browser using XSLT. But sometimes It’s necessary to change order of items in feed, for example sort them by date. XSLT 1.1 allows sorting by complex data types, but XSLT 1.0 does not and we need extract separate date parts.

Read the rest of entry »

 
Copyright © 2005 - 2008, Dmytro Shteflyuk