Re: [xsl] First item of a for-each

Subject: Re: [xsl] First item of a for-each
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Feb 2004 15:50:14 GMT
  When test="position()=1"
  Or
  When test="itemp[1]"

They do completely different things. The first will test if you are the
first node in the current node list (which is what the poster asked for)
but the second will test if the current node has a first itemp child
which is the same as asking if it has any itemp child ie is the same as 
test="itemp"

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread