OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   sum within template

[ Lists Home | Date Index | Thread Index ]

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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS