Re: xsl: descendent count?

Subject: Re: xsl: descendent count?
From: smoghe@xxxxxxxxxxxx
Date: Thu, 16 Sep 1999 15:28:24 +0530

>  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
------------------

Thanx David,

But still, I'm not able to compare the condition, I tried a lot.

e.g.

<xsl:if test='["cout(*)>5"]'>
<xsl:if>

The above condition is not working, can you help me out.


Thanx, in advance.

****************************
Surendra Moghe
surendra_moghe@xxxxxxxxxxxx
****************************



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


Current Thread