[Zope] using let and fmt

Matt Gregory matthew.gregory@skyleach.com
Wed, 20 Feb 2002 15:11:09 -0500


Does anyone know if it's possible to do the following and if so possibly
tell me why it might throw errors?

<dtml-let mystring="'blah'" format="'%s'">
  <dtml-var mystring fmt=format>
</dtml-let>