[Zope] Re: The Let Tag How-To?

Michel Pelletier michel@digicool.com
Wed, 16 Feb 2000 09:57:27 -0800


Daniel Yoo wrote:
> 
> Sorry for bothering you about this, but I've been trying to go through
> your Let Tag howto.  I'm doing this on 2.1.4, and I get the feeling that
> some features have deprecated.  Your example:
> 
> <dtml-let name="bob"  relation="uncle">
>   <dtml-var name> is your <dtml-var relation>
> </dtml-let>
> 
> doesn't work for me; I have to add an additional set of quotes to make it
> work:
> 
> <dtml-let  name="'bob'"
>            relation="'uncle'">
>   <dtml-var name> is your <dtml-var relation>
> </dtml-let>

Your code is correct, the example in the how-to is incorrect.  I need to
fix it.

-Michel