|
Subject: Re: [xsl] XPath MOD 10 calculation From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Thu, 24 May 2007 15:01:13 +0200 |
sum( for $i in $x[position() mod 2 = 1] return $i * 3, for $i in $x[position() mod 2 = 0] return $i, = number(substring(., string-length(.) - 1, 1))
sum(
for $i in $x[position() mod 2 = 1] return $i * 3,
$x[position() mod 2 = 0])
= number(substring(., string-length(.) - 1, 1))| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XPath MOD 10 calculation, Abel Braaksma | Thread | Re: [xsl] XPath MOD 10 calculation, Jesper Tverskov |
| Re: [xsl] XPath MOD 10 calculation, Abel Braaksma | Date | [xsl] XSLT 2.0 multi-level grouping, cknell |
| Month |