xsl-list
[Top] [All Lists]

Re: First item of a for-each

2004-02-16 08:50:14

  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



<Prev in Thread] Current Thread [Next in Thread>