Re: count nodes with xsl

Subject: Re: count nodes with xsl
From: "Russell Allen" <rallen@xxxxxxxxxxxx>
Date: Thu, 29 Jul 1999 10:39:45 -0500
I am working under IE5, and this is what I have used:

<xsl:template match="article">
    <xsl:eval>childNodes.length</xsl:eval>
</xsl:template>

(Although I have to subtract 4 from the length... Don't ask why, I don't
know.)

Good luck,
Russell Allen.


----- Original Message -----
From: Siegfried Haag <Siegfried.Haag@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, July 29, 1999 3:43 AM
Subject: count nodes with xsl


> Hi,
>
> there is a need to show the number of nodes (of
> the same name, for ex. "article" in a subtree of the
> XML document with xsl
>
> XML --- via XSL(in the IE5) --> HTML: number of articles: xx
>
> Siegfried
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread