Subject: RE: descendent count?
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 16 Sep 1999 10:51:06 +0200
|
Example:
<xsl:template match="CHAPTER>
<xsl:number value="count(para)"/>
</xsl:template>
This outputs the number of para's in a chapter
-----Original Message-----
From: smoghe@xxxxxxxxxxxx [mailto:smoghe@xxxxxxxxxxxx]
Sent: Thursday, September 16, 1999 10:15 AM
To: XSL-List@xxxxxxxxxxxxxxxx
Subject: xsl: descendent count?
Hi,
Can anybody tell me; How can I get CHILDREN count of an element.
e.g.
Source Tree
<CHAPTER>
<PARA>
<PARA>
<PARA>
</CHAPTER>
<xsl:template match="CHAPTER>
</xsl:template>
In above situation, how can I write XSL such that, when I'm in CHAPTER
element, I'm able to find out,
How many child elements are there?
Thanx, in advance.
########################################
Surendra Moghe
Ditools Software (India) Pvt. Ltd.
smoghe@xxxxxxxxxxxx
########################################
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|