|
Subject: Re: [xsl] sorting date prob From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Thu, 11 Apr 2002 12:26:27 +0200 |
You want to sort the results descending for days but ascending for time? Really strange, but that's your problem ;-)
<Information>
<Date>02/04/02</Date> #yymmdd
<Time>12:22:09</Time> #hhmmss
</Information>
<xsl:apply-templates select="Information">
<xsl:sort select="Date" order="descending"/>
<xsl:sort select="Time" order="ascending"/>
</xsl:apply-templates>System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] sorting date prob, Jarkko . Moilanen | Thread | Re: [xsl] sorting date prob, Jarkko . Moilanen |
| Re: [xsl] Netscape XSLT ?, Joerg Heinicke | Date | [xsl] Re: RE: Business logic (was: , Dimitre Novatchev |
| Month |