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=19973>. 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=19973 Global variable using xsl:key do not return any value. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2003-06-09 15:35 ------- Changed the sequence of methods for the generated translet. Global variables are processed in the topLevel method, which is processed before buildKeys method. It caused the problem. Key definitions should be processed before global variable. I changed the sequence of buildKeys and topLevel methods. It should be fine to build keys before processing any other top-levele elements.
