Re: <xsl:number> count problem

Subject: Re: <xsl:number> count problem
From: "David Marston/CAM/Lotus" <David_Marston@xxxxxxxxx>
Date: Thu, 11 May 2000 14:06:44 -0400
To find: total of pb in the div type=introduction
The current node is div type='introdution'
<xsl:for-each select="descendant::pb">
<xsl:number value="position()"/>
<!-- Dont know the second -->
</xsl:for-each>

How about <xsl:value-of select="count(pb)"/>?
.................David Marston


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


Current Thread
  • <xsl:number> count problem
    • Sydney - Thu, 11 May 2000 17:00:00 +0200 (CEST)
      • <Possible follow-ups>
      • David Marston/CAM/Lotus - Thu, 11 May 2000 14:06:44 -0400 <=