xsl-list
[Top] [All Lists]

Re: Table alternate rows colors within xsl:sort

2003-11-20 03:45:22
    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



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