Re: [xsl] XSLT repetition constructs

Subject: Re: [xsl] XSLT repetition constructs
From: "Mukul Gandhi gandhi.mukul@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 8 Mar 2019 10:10:21 -0000
On Fri, Mar 8, 2019 at 3:22 PM Michael Kay mike@xxxxxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Yes, that's O(n^2), and if an O(n^2) solution is acceptable then you can
> do it more simply without a fold() using
>
> $inpValues ! sum(subsequence($inpValues, 1, position()))
>

Thanks, Mike for insights.

I've updated my online document, with the recent discussions.




-- 
Regards,
Mukul Gandhi

Current Thread