Re: xsl: descendent count?

Subject: Re: xsl: descendent count?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 16 Sep 1999 09:31:36 +0100 (BST)
>  How can I get CHILDREN count of an element.

<xsl:value-of select="count(*)"/>
for all children, or
<xsl:value-of select="count(PARA)"/>
to tell you how many PARA children the current node has.

David


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


Current Thread