Subject: Re: xsl:key
From: "Simon Kelly" <kelly@xxxxxxxxxx>
Date: Mon, 17 Mar 2003 14:37:06 +0100
|
Keys are only created once per use of the xsl stylesheet, so if you are
doing a lot of work in the sheet that needs these keys often, it is a real
time saver.
But if the data set is small and the sheet not too complicated then the time
saving is minimal, or negative compaired to other methods.
Cheers
Simon
----- Original Message -----
From: <Philippe.Dubreuil@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 17, 2003 2:22 PM
Subject: xsl:key
> hello
> I'd like to know if xsl:key increase or not performances of an
application.
> For what kinds of situations are Keys really usefull, and not.
>
> phil. Dubreuil
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|