You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/16 21:28:08 UTC

DO NOT REPLY [Bug 4016] - Lazy evaluation of variables causes problems when variables are set in global space

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4016>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4016

Lazy evaluation of variables causes problems when variables are set in global space





------- Additional Comments From curcuru@apache.org  2001-10-16 12:28 -------
Triage: Not for Xalan-J 2.2
Yes, this is a serious issue, but unfortunately not one we're planning to 
address for the upcoming 2.2 release.  This is partly because we want to 
stabilize the build for a bit, partly due to low resources, and partly because 
changes in this area would have performance implications - this was originally 
done specifically to improve performance in some cases.
For now the workaround will be to write stylesheets such that initialization 
code is forced to be called by using it, so that the evaluation happens when 
you want instead of lazily later.  Sorry for the subtle change in behavior here!