On Wed, 26 Jun 2002, Peter Scott wrote:

> Ah, thought so.  I'm sorry, but I'm looking at something where the set
> of possibilities is virtually the entire namespace.  And then there's
> the loop issue.  Looking at the source now to see if I can figure out
> any kind of patch or subclassing.

I just don't get it.  Why can't you just do:

  <tmpl_var foo>

And in the script:

  # do some processing to figure out what foo should be, then
  $template->param(foo => $template->param($choice));

That way you can set foo to be whatever you want it to be, taking data
from any other variable in the template.

Maybe we should take a step back here.  What are you *really* trying to
do?

-sam



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

Reply via email to