[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] variable trouble
- From: Ian Rogers <ian.rogers@net800.co.uk>
- To: 'Xml-Dev <xml-dev@lists.xml.org>
- Date: Tue, 18 Sep 2001 17:01:18 +0100
hi can anyone help
i want to sue variables to calculate the total value in a table
in each table row i am calulating the total amount by "<xsl:value-of
select="quantity * amount"/>" . I now want to use a variable to hold the
overall total by incrementing everytime i loop through my table, generating
a total amount for all the table rows.
if anyone can help i would be extremely grateful
thanks
Ian