[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xslt profiler 4 performance analysis


Subject: Re: [xsl] xslt profiler 4 performance analysis
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 11 Sep 2012 14:42:26 +0100

On 11 September 2012 14:31, Bartolomeo Nicolotti <bnicolotti@xxxxxxxxx> wrote:
> Hello
>
> We found we call one function defined by us to manage date format
> conversion
>
> 2636
>
> times
>
> in xslt is there a way to make call funcion in-line, that is make so the
> xslt engine replaces the function call with function body ?

Is that where most of the time was spent?

If so, you could use saxon:memo-function, or you could create your own
lookup in a variable and then key into that.


-- 
Andrew Welch
http://andrewjwelch.com


Current Thread
Keywords