RE: complex line needs to be quicker

Subject: RE: complex line needs to be quicker
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 26 Jul 2000 09:05:11 +0100
> we have a few rather complex lines of XSL that are causing the output to
> slow right down to a crawl.  They are all in the same vein as the one
> shown
> below.  Short of changing the shape of the XML is there anyway to improve
> the performance on the following line:
> 
> <xsl:value-of select="/report/paymentTypes/paymentType[@id =
> /report/paymentMethods/paymentMethod[@id =
> current()/@paymentMethod]/@paymentTypeRef]/@bankable"/>
> 
	[MHK>]  This looks very much like a case for id() or key(). 
	Mike Kay 


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


Current Thread