[Zope] dtml-let + 'expr=' possible?

Chris Withers chrisw@nipltd.com
Wed, 24 Jan 2001 10:20:05 +0000


Lee wrote:
> 
> <dtml-let table expr="classcode_to_table(classcode)">

I think:
<dtml-let table="classcode_to_table(classcode)">

..will do it, if it doesn't, then you probabyl can't :-S

cheers,

Chris