Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - Re: [xsl] Usage of sum with RTF
[Thread Next]
Re: [xsl] Usage of sum with RTF
To:
Date: 1/19/2005 5:54:00 AM
I could able to solve it <xsl:variable name="purchaseTotalLength"> <xsl:for-each select="exslt:node-set($purchaseTotalcount)/*"> <sub> <xsl:value-of select="@val"/> </sub> </xsl:for-each> </xsl:variable> <xsl:value-of select="sum(exslt:node-set($purchaseTotalLength)/sub)"/> Still I am not sure why xsl-copy is not working? thanks -Ranjan --- "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx> wrote: > I could able to solve it > <xsl:variable name="purchaseTotalLength"> > <xsl:for-each > select="exslt:node-set($purchaseTotalcount)/*"> > <sub> > <xsl:copy-of select="@val"/> > </sub> > </xsl:for-each> > </xsl:variable> > <xsl:value-of > select="sum(exslt:node-set($purchaseTotalLength)/sub)"/> > > Still I am not sure why xsl-copy is not working? > > thanks > -Ranjan > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

