|
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| creating a Table using Lutus XSLT P, Wakefield, Nicholas | Thread | LotusXSL and XML4J installation on , Cheun N Chong |
| LotusXSL and XML4J installation on , Cheun N Chong | Date | Re: How can I add the <xsl:eval> w, Jonathan Borden |
| Month |