[Zope] _.getitem in subfolder and a dot in filename

Milos Prudek milos.prudek@tiscali.cz
Tue, 16 Apr 2002 18:24:00 +0200


To call "logo.gif" stored in folder Img from DTML method in root folder 
I do this:

<dtml-with Img>
   <dtml-var "_.getitem('logo.gif')">
</dtml-with>


Can this be written without <dtml-with>?

Note: I do not want to strip ".gif". If it wasn't for this condition, it 
would be easy: <dtml-var "Img.logo">

-- 
Milos Prudek