Subject: RE: Looping in XSLT(old question, but maybe new problem)
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 25 Jun 2003 09:36:21 +0100
|
> Just one question, if foo-bar-temp is a global variable, is
> the nodeset initialized only once or is it generated every
> time foo-bar-temp is called?
The XSLT language is designed so you don't need to know that. A
processor that's optimizing for speed will probably only do it once; if
it's optimizing for memory usage then it may do it repeatedly. The idea
of declarative programming is that you leave the software to make such
decisions.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Looping in XSLT(old question, but maybe new problem), (continued)
- Zink, Juergen - Tue, 24 Jun 2003 03:24:53 -0400 (EDT)
- Liu Shuai - Tue, 24 Jun 2003 17:52:01 -0400 (EDT)
- Jeff Beadle - Tue, 24 Jun 2003 09:40:06 -0400 (EDT)
- Liu Shuai - Tue, 24 Jun 2003 18:50:48 -0400 (EDT)
- Michael Kay - Wed, 25 Jun 2003 04:36:04 -0400 (EDT) <=
- XSL_chatr - Wed, 25 Jun 2003 06:26:50 -0400 (EDT)
- Jeff Beadle - Tue, 24 Jun 2003 20:49:07 -0400 (EDT)
- Liu Shuai - Tue, 24 Jun 2003 22:35:28 -0400 (EDT)
|
|