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: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 20 May 2008 10:56:33 +0100
2008/5/20 bryan rasmussen <rasmussen.bryan@xxxxxxxxx>:
> 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?

Indeed.  The style guide at the client I'm at recomments the use of
modes to "improve performance" and their transforms make heavy use of
that...

-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread