|
Subject: Re: [xsl] <xsl:for-each> , only loop on half of the elements. From: Evgeny Gazdovsky <gazdovsky@xxxxxxxxx> Date: Mon, 26 Jul 2010 19:11:52 +0400 |
<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>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] <xsl:for-each> , only lo, David Carlisle | Thread | [xsl] When I have a parent / has a , Dan Acuff |
| Re: [xsl] <xsl:for-each> , only lo, Red Light | Date | Re: [xsl] <xsl:for-each> , only lo, David Carlisle |
| Month |