Re: Running totals

Subject: Re: Running totals
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Tue, 28 Dec 1999 11:04:51 -0500
Computing the sum of the preceding elements on each line for 2000 rows takes
2000 * (2000/2) = 2 million operations. If I can figure out a way to carry
the total along I can do it in 2,000 operations.

I can always write an extension function to do this but I was trying to do
it with pure XSL.

Jon Smirl
jonsmirl@xxxxxxxxxxxx



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


Current Thread