[Home] [By Thread] [By Date] [Recent Entries]
You want to sort the results descending for days but ascending for time? Really strange, but that's your problem ;-) If you have you must do something like: <xsl:apply-templates select="Information">
<xsl:sort select="Date" order="descending"/>
<xsl:sort select="Time" order="ascending"/>
</xsl:apply-templates>Regards, Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



