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=25344>. 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=25344 Order of global variable and param affect the output ------- Additional Comments From [EMAIL PROTECTED] 2003-12-09 14:50 ------- Something to note here is that the correct order in which to assign values to the two variables can't be determined statically, in general. I'll attach a second stylesheet (which currently results in a StackOverflowException) to illustrate. Of course, there are specific cases in which the correct order can be determined statically, and it would be OK to generate the best code for such cases. I've marked this as a critical problem, because I think the problem will only get worse in XSLT 2.0, with the introduction of xsl:function and with xsl:key declarations that are permitted to have content.