Subject: RE: count nodes with xsl
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 29 Jul 1999 10:35:17 +0200
|
You can use the Number function, but I don't know if IE5 implements it:
<xsl:number value="count(article)"/>
-----Original Message-----
From: Siegfried Haag [mailto:Siegfried.Haag@xxxxxxxxxxxxxx]
Sent: Thursday, July 29, 1999 10:44 AM
To: xsl-list@xxxxxxxxxxxxxxxx
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
|