RE: [xsl] Count all the following nodes of a perticular parent

Subject: RE: [xsl] Count all the following nodes of a perticular parent
From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx>
Date: Fri, 29 Jun 2001 07:26:15 +0300
> i realy want to count the number of nodes within the same 
> level(or depth) of
> a perticular parent from a reticular node.(this node be one of 
> the child of
> that parent.

  <xsl:value-of select="count(../node())" />

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread