This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Re: Efficiency, use param in key?


> If you're using Saxon, the other good news is that the first reference
> to //file_audio will search the document for all these elements, and
> subsequent references won't need to do it again.
>
> But with other processors, assigning a global variable to this node-set
> might be a good idea.
>
> Michael Kay

Can you say more about assigning a global variable to the node set? For our
app we are using Saxon, but I think you're suggesting a more general case.
Is it because the processor will construct the node set once and then
subsequent operations will be more efficient on that node set?

Chris



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]