Sort by date in XSL
- by bethhilson
I am trying to sort by date for XML output. Here is my XSL:
http://www.dnncreative.com --
<!-- Test to limit number of items displayed. Here only 5 items will be transformed -->
<br></br>
<!-- to open links in a new window, change target="_main" to target="_blank" -->
<strong><a href="{link}" target="_blank"><xsl:value-of select="title"/></a></strong>
<br>
<!-- <xsl:value-of select="pubDate"/> -->
</br>
<!-- only display 100 characters of the description, and allow html -->
<xsl:value-of disable-output-escaping="yes" select="description"/>
I am trying to sort descending using the entereddate in my XML:
Media Director
4/2/2009
01646359
Cleveland
OH
United States of America
$0.00 - $0.00 / $0.00/hr - $0.00/hr
http://employment.topechelon.com/web77391/jobseeker/sSetup.asp?runsearch=1&spJobAdId=01646359
http://employment.topechelon.com/web77391/jobseeker/sSetup.asp?runsearch=1&spJobAdId=01646359
Any help would be appreciated!
Thanks
Beth Hilson