xsl-list
[Top] [All Lists]

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

2008-05-20 02:56:56
2008/5/20 bryan rasmussen <rasmussen(_dot_)bryan(_at_)gmail(_dot_)com>:
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/

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

<Prev in Thread] Current Thread [Next in Thread>