xsl-list
[Top] [All Lists]

RE: sum() function

2003-03-26 07:11:49
sum(root/tag[tagID='FA40']/tagF)

-----Original Message-----
From: David Alcantara [mailto:wwwdavid(_at_)gmx(_dot_)de]
Sent: 26 March 2003 13:57
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] sum() function


Hello,
i have a XML like:

<root>
<tag>
        <tagID>FA40</tagID>
        <tagF>
                <tagG>25</tagG>
        </tagF>
</tag>
<tag>
        <tagID>RR</tagID>
        <tagF>
                <tagG>50</tagG>
        </tagF>
</tag>
<tag>
        <tagID>FA40</tagID>
        <tagF>
                <tagG>25</tagG>
        </tagF>
</tag>
</root>

and I want to apply the function sum() but only when tagID = FA40.
Can somebody help me?
thanks in advance

david


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
Visit our website at http://www.rm.com

This message is confidential.  You should not copy it
or disclose its contents to anyone.  You may use and apply the information
only for the intended purpose.  Internet communications are not secure and
therefore RM does not accept legal responsibility for the contents of this
message.  Any views or opinions presented are only those of the author and
not those of RM.  If this email has come to you in error please delete it
and any attachments.  Please note that RM may intercept incoming and
outgoing e-mail communications.

This email has been scanned for viruses by Trend ScanMail.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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