It is not clear what you want to do. Provide an example of what output you
expect,
 though you might better answers on XSLT forums.

regards
deepak

On Mon, Nov 23, 2009 at 11:26 PM, Maya Hague <[email protected]> wrote:

> Hi,
> Can someone help me count the number of maximum values for a thread in
> xslt. I would like to do something like
>
> <xsl:param name ="count"/>
> <xsl:for-each select="$nodes">
>    <xsl:sort data-type="number" order="descending" />
>    <xsl:if test="position() = 1">
>     <xsl:value-of select="$count+1" />
>    </xsl:if>
>   </xsl:for-each>
>
> Thanks in advance
> Maya
>
>
>

Reply via email to