xsl-list
[Top] [All Lists]

Re: Usage of sum with RTF

2005-01-18 22:25:10
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(_at_)yahoo(_dot_)com> 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


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>