Subject: Re: creating a Table using Lutus XSLT Processor
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 11 Apr 2000 13:25:00 +0100 (BST)
|
I can have more than one <Portfolio> and obviously more than one <equity> in
each <Portfolio>. I do not know how many I am going to get... What I need is
to be able to count the number of <equity> for each <Portfolio> so as to
assign this number to a "rowspan" attribute in my html.
<xsl:template match="Portfolio"/>
....
<td rowspan="{count(equity)}">......</td>
...
</xsl:template>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|