RE: how insert counter value into attribut value?

Subject: RE: how insert counter value into attribut value?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 14 May 1999 14:23:53 +0100
> How can I .. insert counted number of children nodes into 
> rowspan attribute of table.
> 
This is very dependent on which version of XSL you're using. With the 21
April WD, something like:

<TABLE ROWSPAN="{count(node())}">

If you only want child element nodes, use count(*).

Mike Kay


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


Current Thread