On Sun, Mar 24, 2002 at 04:29:04PM -0000, Vincent Massol wrote:
...
> This line (272) is :
> 
>         <redirect:write file="{$output.dir}/files/{@name}.html">
> 
> If I replace it by :
> 
>         <redirect:write file="{$output.dir}/files/xxx.html">
> 
> There is no more errors, meaning that {@name} is causing the problem.
> However, I haven't enough knowledge of Xalan and XSL to find out why ?

Isn't that just a typo? Should be {$name}, referring to a variable. Try
it..

--Jeff

> Anyone has a suggestion ?
> Thanks
> -Vincent

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to