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]

How can I sum values in multiple rows


Hi again, 

I'm generating xml-Files from a database and I want to sum values of
multiple rows like

<xsl:value-of select="format-number(SONDERSET/ROW[@ID='1'] +
SONDERSET/ROW[@ID='2'] + SONDERSET/ROW[@ID='3'],'###.##0,00')"/>

Now the problem is, that I don't know how many rows are there so I need a
possibility to do something like :

<xsl:value-of select="format-number(SONDERSET/ROW[@ID='*'],'###.##0,00')"/>

any suggestions ??

thanx in advance.

Moritz.


 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]