RE: count nodes with xsl

Subject: RE: count nodes with xsl
From: Siegfried Haag <Siegfried.Haag@xxxxxxxxxxxxxx>
Date: Thu, 29 Jul 1999 16:52:09 +0100
Hi,

thank you for the tip,
but the IE5 doesn't know the function count().

In what DOM-API is the xsl:number implemented ?

Siegfried Haag


You can use the Number function, but I don't know if IE5 implements it: 

<xsl:number value="count(article)"/>


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


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


Current Thread