Re: [xsl] MS KnowledgeBase arcticle: Techniques to Improve Performance of XSL Transformations

Subject: Re: [xsl] MS KnowledgeBase arcticle: Techniques to Improve Performance of XSL Transformations
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Tue, 20 May 2008 11:54:08 +0200
However uh, isn't there quite a bit of code there that's wrong.

for example

Compare directly by name to improve the performance. For example,
instead of using the following code:

./info[type='title']

use the following code:

./title

huh?




On Tue, May 20, 2008 at 11:44 AM, bryan rasmussen
<rasmussen.bryan@xxxxxxxxx> wrote:
> if it says improve performance doesn't that imply some code has been
> written that is not performing as required and the optimization is
> thus just in time optimization?
>
> Cheers,
> Bryan Rasmussen
>
> On Tue, May 20, 2008 at 11:40 AM, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
>> Just been pointed at this as a guide on how to code xslt:
>>
>> http://support.microsoft.com/kb/815124
>>
>> Not sure I agree with some of it... smells of premature (and
>> completely unnecessary) optimization.
>>
>> --
>> Andrew Welch
>> http://andrewjwelch.com
>> Kernow: http://kernowforsaxon.sf.net/

Current Thread