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 08:34:49 2001 --- shadow/2835.tmp.17537 Thu Jul 26 09:57:07 2001 *************** *** 88,90 **** --- 88,104 ---- In your first example, you get the exception because the value of the parameter is not set. How are you trying to pass in the value of the parameter? + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-26 09:57 ------- + Sorry, but you understood something wrong. It's no problem to get the value of + the param $stillincomplete-path to the template, but to use this value with + <redirect:write>. The value of it is set from outside (with Ant, style and + param), I can use the value in the template as I want it. But not with + <redirect:write>. It throws the exception as in my first example. If I use a + completely different parameter or variable in this template at the first + position like <xsl:variable name="test" select="'test.xml'"/>, this value is + 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.
