At 04:13 PM 6/26/02 -0700, I wrote:
>Hello.  I recently had a good reason to want to say
>
>         <TMPL_VAR NAME="x.<TMPL_VAR NAME="foo">">
>
>Regrettably, this does not work ("Syntax error in <TMPL_*> tag").
>
>I worked around it using a filter.

Unfortunately, this approach doesn't work in a loop.  I need to do 
something of the form

         <TMPL_LOOP NAME="bertha">
                 <TMPL_VAR NAME="x.<TMPL_VAR NAME="foo">">
         </TMPL_LOOP>

where foo is local to the loop.  It appears impossible to solve this 
using a filter.

>Still, could it go on the wish list...?

:-)
--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com/


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

Reply via email to