Re: [xsl] Table alternate rows colors within xsl:sort

Subject: Re: [xsl] Table alternate rows colors within xsl:sort
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 20 Nov 2003 10:45:22 GMT
    The problem is that the "<xsl:if test="position() mod
  2 = 0"> won't work after a <xsl:sort> because the
  position() function returns the position in the
  original xml, not the in sorted nodes.


No, position() _never_ refers to a position in the original xml it
always refers to the current node list (which is sorted ion this case)

Just use position()

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