Subject: RE: Yet Another Flat File to Hierarchy question..
From: Bill Cohagan <bill.cohagan@xxxxxxxxxxxxx>
Date: Fri, 14 Jun 2002 14:31:29 -0500
|
Kurt-
Since the evaluation of the xsl:key itself establishes the value(s) for
current() I don't see that lazy evaluation has (or should have) any effect
on the semantics of key definition and use. Have I misunderstood what your
concern is?
Bill
-----Original Message-----
From: Kurt Cagle [mailto:cagle@xxxxxxxxx]
Sent: Friday, June 14, 2002 1:38 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Yet Another Flat File to Hierarchy question..
In the Microsoft parser, xsl:key operations are performed before a context
is instantiated (for performance reasons, according to the implementer).
That's one of the big reasons I avoid use of xsl:key, at least in the MSXML
implementations.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|