xsl-list
[Top] [All Lists]

Re: [xsl] sorting on decimal

2009-05-15 14:47:24

Chris,

Yes, I didn't realize it until just a moment ago. I had an error in the file 
that was keeping the template from running as I thought it was. As soon as I 
got it running correctly I got the message that the source "number" is a 
string. I simply wasn't thinking straight.

Thanks,

Don

--- On Fri, 5/15/09, Christopher R. Maden <crism(_at_)maden(_dot_)org> wrote:

From: Christopher R. Maden <crism(_at_)maden(_dot_)org>
Subject: Re: [xsl] sorting on decimal
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Date: Friday, May 15, 2009, 1:43 PM
Don Smith wrote:
I'm sorting a series of chapters based upon the
chapter number. The numbering system is decimal:

3.9.1
3.9.2
3.9.3

and so on.

I'm currently casting the sort key value to
xsd:decimal
<xsl:sort select="xsd:decimal(@number)" 
/>
but it's not producing the desired sort order. What am
I missing?

I’m curious: what number did you expect to get from the
string “3.9.11”?

You will need to tokenize the strings and sort by their
components.

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
“All I ask of living is to have no chains on me,
 And all I ask of dying is to go naturally.” — Laura
Nyro
GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677
0077 C319

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--







--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>