Subject: Re: order-by: char or int?
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Fri, 14 Dec 2001 21:54:17 +0100
|
Use XSL (that means change namespace to
http://www.w3.org/1999/XSL/Transform, more information at
www.netcrucible.com), use <xsl:sort> instead of order-by and set the
attribute data-type (more information at http://www.w3.org/TR/xslt#sorting).
Regards,
Joerg
> My xsl:for-each looks like this
>
> <xsl:for-each select="PrintCabinate/item" order-by="+ Name;currentPage">
> ----
> </xsl:for-each
>
> Now while sorting it, it assumes that currentPage is char, so it places 11
> before 7 for eg, whereas 7 shud be b4 11.
>
> is there a way to convert currentPage to int for the purpose of sorting.
>
> Thanks in advance.
>
> TP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: for-each order, (continued)
- Michael Kay - Fri, 14 Dec 2001 12:35:16 -0500 (EST)
- McNally, David - Fri, 14 Dec 2001 12:30:57 -0500 (EST)
- Trevor Nash - Fri, 14 Dec 2001 14:00:16 -0500 (EST)
- TP - Fri, 14 Dec 2001 14:42:35 -0500 (EST)
- Joerg Heinicke - Fri, 14 Dec 2001 15:53:26 -0500 (EST) <=
- TP - Mon, 17 Dec 2001 12:30:56 -0500 (EST)
- Michael Kay - Mon, 17 Dec 2001 14:54:02 -0500 (EST)
- TP - Mon, 17 Dec 2001 15:54:31 -0500 (EST)
- David Carlisle - Mon, 17 Dec 2001 16:18:02 -0500 (EST)
|
|