← Prev in month ← Prev in thread

sum within template

From
shadab <>
To
Date
2003-05-19T15:02:17Z
ID
<011301c31e17$a59396e0$8701a8c0@Shadab>
Thread
sum within template
Hi,

I have a template,

<xsl:template match="purchaseOrder/items/quantity">
<xsl:element name="quant"><xsl:value-of select="current()"/></xsl:element>
</xsl:template>

Now the occurence of items is unbounded.I would like to get the sum of all
the 'quantity' fields within items.

By changing value-of select=sum(current()) it throws an error.Any ideas how
i could get the sum of all 'quantity' without removing template?

Thanks,
Shadab
← Prev in month ← Prev in thread