Re: [xsl] performance of variables in a xpath expression

Subject: Re: [xsl] performance of variables in a xpath expression
From: Jeff Kenton <jkenton@xxxxxxxxxxxxx>
Date: Tue, 18 Mar 2003 13:04:01 -0500
florian wrote:
im curious about how much slower it is to use a
variable in a xpath expression.


im accessing alot of nodes outside of the current context and to make things more nice, i would like to set some part of the path to them as a variable..

It should be faster if you access the nodes many times, because you won't have to search the input tree to found them more than once.



-- -------------------------- Jeff Kenton DataPower Technology, Inc.



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread