[xsl] Iteration without nodes

Subject: [xsl] Iteration without nodes
From: "Frank Daly" <Frank.Daly@xxxxxx>
Date: Wed, 26 Jul 2006 15:27:31 +0100
Hi

I've successfully used the expression <xsl:for-each
select="fieldcount[position() &lt; $lastNo]"> to perform a certain
operation a number of times.  I'm not sure where I got it and can't find
information on why it works.  Now I'm doing a slightly different
stylesheet and I can't get the desired result.  Could someone explain
how this operation works.

Thanks in advance

Frank

Current Thread