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
|