Re: [xsl] <xsl:for-each> , only loop on half of the elements.2010-07-26 10:12:04<xsl:variable name="set" select="/content/collaborator"/> <xsl:variable name="count" select=count($set)"/> <xsl:for-each select="subsequence($set, 1, $count div 2)"> ....... </xsl:for-each> --~------------------------------------------------------------------ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/ or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com> --~--
|
|
||||||||||||||