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 |
- xsl: descendent count?
- smoghe - Thu, 16 Sep 1999 13:45:17 +0530
- <Possible follow-ups>
- Kay Michael - Thu, 16 Sep 1999 10:46:09 +0100
- smoghe - Thu, 16 Sep 1999 15:28:24 +0530 <=
- smoghe - Thu, 16 Sep 1999 17:15:19 +0530
- smoghe - Fri, 17 Sep 1999 12:11:54 +0530
|
|