Re: [xsl] calculation all values but not the last one

Subject: Re: [xsl] calculation all values but not the last one
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 2 Nov 2004 11:29:43 GMT
  I am trying to sum up all index-values where year='2002' but not the last
  one. How can I do this?

sum(MonthUltimo[@year=2002][position()!=last()]/@index

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread