[Zope] DTML abc?

Oleg Broytmann Oleg Broytmann <phd@phd.fep.ru>
Sat, 9 Jun 2001 15:27:12 +0400 (MSD)


On Sat, 9 Jun 2001, Arjan de Knegt wrote:
> I just have a tiny little DTML question that I can't seem to solve:
> Some of my object ID's contain dot's, e.g. "NicePicture.jpg". Yes, I do
> know  Zope doesn't need (or want?) the use of extension like "jpg" in
> object ID's , but I have my reasons to do so.  Now I simply would like
> to render this object with dtml-var. Al DTML syntaxes I can think of
> result in Zope errors, propably because Zope thinks the ".jpg" part is
> an object method instead of part of the object ID?

   <dtml-var "_['index.html']">
   <dtml-var "_.getitem('index.html', 0)">
   <dtml-var "_.getitem('index.html', 1)">

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.