RE: [xsl] sum() function

Subject: RE: [xsl] sum() function
From: "Bryan Archer" <barcher@xxxxxx>
Date: Wed, 26 Mar 2003 14:11:49 -0000
sum(root/tag[tagID='FA40']/tagF)

-----Original Message-----
From: David Alcantara [mailto:wwwdavid@xxxxxx]
Sent: 26 March 2003 13:57
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread