xsl-list
[Top] [All Lists]

Re: [xsl] xslt profiler 4 performance analysis

2012-09-11 08:42:48
On 11 September 2012 14:31, Bartolomeo Nicolotti 
<bnicolotti(_at_)siapcn(_dot_)it> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--