[Zope] DTML Syntax contd.

Oliver Frommel oliver@aec.at
Tue, 9 Nov 1999 16:42:50 +0100 (CET)


Hello,

I am trying to reference an object within the following hierarchy:
 
..../links/19991108205246/amethod

amethod:
<dtml-with links>
 <dtml-with _['19991108205246']>
  <dtml-var title>
 </dtml-with>
</dtml-with>

I have tried several permutations on the "19991108205246" thing without
success ..
could anyone explain the semantics of the various DTML constructs like ..

foo
_[foo]
"_[foo]"
"_['foo']"

I think I read through most of the docs but there is no extensive description
of the exact syntax (not even in the DTML ref).. Please correct me if I am wrong ..

thanks
Oliver