xsl-list
[Top] [All Lists]

Re: Annoying XSLT code

2005-08-18 05:35:56

The first is selecting something using a variable and then applying
templates to that variable, eg:

<xsl:apply-templates select="$sections/section"/>

Why is this annoying? (I do it all the time:-) if the xpath to select
$sections is big and complicated and you need to query into it multiple
times then you either need to use a variable, or trust your system's
optimiser to implictly cache the result of the expression the first time
you use it.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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