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>