[Home] [By Thread] [By Date] [Recent Entries]

  • To: <xml-dev@l...>
  • Subject: sum within template
  • From: "shadab" <mohammad.shadab@a...>
  • Date: Mon, 19 May 2003 20:32:17 +0530
  • References: <3EA988C4.E242D64E@b...>

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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member