This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: creating a Table using Lutus XSLT Processor



  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]