xsl-list
[Top] [All Lists]

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

2008-05-20 02:54:29
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(_dot_)bryan(_at_)gmail(_dot_)com> 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(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> 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/

--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>
--~--