Dylan Reinhardt wrote: > > To fix the second case, use > > <dtml-var "spam"> > > instead of > > <dtml-var spam> > > The former *evaluates* spam while the latter merely binds to it. I'm pretty sure you've got those two the wrong way round. cheers, Chris