Quantcast
Channel: Problem sorting RSS feed by date using XSL - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Luk for Problem sorting RSS feed by date using XSL

An other way to get around the document restriction is to use the following: <xsl:template name="getMonth"> <xsl:param name="name" /> <xsl:choose> <xsl:when test="$name =...

View Article



Answer by Dimitre Novatchev for Problem sorting RSS feed by date using XSL

The following transformation: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output omit-xml-declaration="yes" indent="yes"/> <xsl:variable...

View Article

Problem sorting RSS feed by date using XSL

I'm creating a website where I need to show the top 5 records from an RSS feed, and these need to be sorted by date and time. The date fields in the RSS feed are in the following format: "Mon, 16 Feb...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images