[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



