xsl-list
[Top] [All Lists]

Re: [xsl] Tokenized String Sorting Puzzle/Problem

2008-03-26 06:36:48
Abel Braaksma wrote:

<xsl:for-each select="$result">
   <xsl:sort select="tokenize(., ' ')[1]" data-type="numeric" />
   <xsl:sort select="tokenize(., ' ')[2]" data-type="numeric" />

that should've read data-type="number"


--~------------------------------------------------------------------
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>
--~--