[Zope] dtml-var "sideway" + dot question

Jordi Yeh jyeh@ivymortgage.com
Tue, 15 Apr 2003 16:37:52 -0400


Hi,

I am trying to add a file attachment stored in a LocalFS object using 
the following code

 <dtml-with intranet>
    <dtml-with gracie>
     <dtml-var file.pdf>
    </dtml-with>
  </dtml-with>

The above code works, but how can I do the same thing in one line?

<dtml-var expr="intranet.gracie.file.pdf"> does not work. Using other 
words, how can I treat the dot of the id?

TIA

Jordi