Re: [xsl] simple conditional looping

Subject: Re: [xsl] simple conditional looping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Aug 2004 12:00:07 +0100
  <xsl:for-each select="//*[position() &lt; 50]">

Needs to be:

<xsl:for-each select="(//*)[position() &lt; 50]">
                      ^   ^
David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread