Subject: order-by: char or int?
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Fri, 14 Dec 2001 13:40:28 -0600
|
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)
- Trevor Nash - Fri, 14 Dec 2001 12:27:25 -0500 (EST)
- 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)
|
|