[Zope] Re: Dtml-Document
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Mon, 19 May 2003 14:23:57 +0200
Deniz, Metin wrote:
> Hello everybody,
>
> I hope you can help me with the following or give me a hint where to look
> for further information:
>
> I have a application with following structure
>
> FolderA
> ------docA (dtml-document)
> ------FolderAA
> -----------docAA
> FolderB
> ------docB
> ------FolderBB
> -----------docBB
>
> Suppose you are in FolderA and try the following from within docA:
> <dtml-var docAA>
Try something like.
<dtml-var "FolderAA.docAA(None,_)">
For further infos read the ZopeBook:
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/
Cheers, Maik