RE: [xsl] Iteration without nodes

Subject: RE: [xsl] Iteration without nodes
From: "Frank Daly" <Frank.Daly@xxxxxx>
Date: Wed, 26 Jul 2006 16:36:59 +0100
Thanks Colin.

Frank

-----Original Message-----
From: Colin Adams [mailto:colinpauladams@xxxxxxxxxxx]
Sent: 26 July 2006 15:53
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Iteration without nodes


>From: "Frank Daly" <Frank.Daly@xxxxxx>

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

Sounds like a horrible bodge to me.

What the code actually does is to iterate over the first ($lastNo - 1)
fieldcount children
of the context node.

If there happen to be at least ($lastNo - 1) of them, then is is
equivalent
to performing the body
of the for-each loop ($lastNo - 1) times. otherwise it is not.

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free
newsletters!
http://www.msn.co.uk/newsletters


-------------------Legal
Disclaimer---------------------------------------

The above electronic mail transmission is confidential and intended only
for the person to whom it is addressed. Its contents may be protected by
legal and/or professional privilege. Should it be received by you in
error please contact the sender at the above quoted email address. Any
unauthorised form of reproduction of this message is strictly
prohibited. The Institute does not guarantee the security of any
information electronically transmitted and is not liable if the
information contained in this communication is not a proper and complete
record of the message as transmitted by the sender nor for any delay in
its receipt.

Current Thread