[Home] [By Thread] [By Date] [Recent Entries]
David Thanks for the help. When I changed your code below ... <xsl:for-each select="entry[position()=1 or (position()>=$start)][position()<=10]"> to this <xsl:copy-of select="entry[1]"/> <xsl:for-each select="entry[position()>=$start][position()<=10]"> I got the desired result, but I do not understand why your original code failed. -- Kevin
|

Cart



