PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2835 *** shadow/2835 Thu Jul 26 09:57:07 2001 --- shadow/2835.tmp.17644 Thu Jul 26 10:24:36 2001 *************** *** 2,9 **** | Redirecting problems with variables and parameters | +----------------------------------------------------------------------------+ | Bug #: 2835 Product: XalanJ2 | ! | Status: NEW Version: 2.2.x | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Other Component: org.apache.xalan.lib.Re | +----------------------------------------------------------------------------+ --- 2,9 ---- | Redirecting problems with variables and parameters | +----------------------------------------------------------------------------+ | Bug #: 2835 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.2.x | ! | Resolution: INVALID Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Other Component: org.apache.xalan.lib.Re | +----------------------------------------------------------------------------+ *************** *** 101,104 **** assigned to $stillincomplete-path!! And because of this fact I need a pseudo- variable as in my second example (where I didn't switched name and select) to get the value to my $stillincomplete-path. For this I have my $stillincomplete- ! tmp. --- 101,117 ---- assigned to $stillincomplete-path!! And because of this fact I need a pseudo- variable as in my second example (where I didn't switched name and select) to get the value to my $stillincomplete-path. For this I have my $stillincomplete- ! tmp. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-26 10:24 ------- ! You're right. I am confused. This does sound like a bug in XalanJ but I'd need ! your XSLT and XML to investigate further because everything works on my ! examples. ! ! Try changing your redirect:write element to ! <redirect:write select="{$stillincomplete-path}"> ! ! Note the { and } that I have added and see if that makes a difference. If not, ! please send your XSLT and XML so that we can have a look. ! Thanks, ! Gary
