[Home] [By Thread] [By Date] [Recent Entries]
Scott Lynch wrote:
Assuming your pairs are in a sequence of items $result where each item is "1 0" or "1 1" etc (i.e., two numbers separated by a space) why not doing someting like this: <xsl:for-each select="$result"> <xsl:sort select="tokenize(., ' ')[1]" data-type="numeric" /> <xsl:sort select="tokenize(., ' ')[2]" data-type="numeric" /> .... do your thing ... </xsl:for-each> but I haven't done too much XSLT lately so I may have missed the obvious ;) Cheers, -- Abel Braaksma
|

Cart



