[Zope] Access to DTML Document properties
   
    Pavlos Christoforou
     
    pavlos@gaaros.msrc.sunysb.edu
       
    Thu, 11 Mar 1999 10:28:52 -0500 (EST)
    
    
  
On Thu, 11 Mar 1999, Wiebe Kunst wrote:
> A DTML document (index_html) has a property art1 which has an ID for another
> DTML document as value (type: string). In index_html I use: <!--#var
> "_[_[('art1')]]"--> which renders the article. I can of course use
I haven't tried it myself but is this what you tried?
<!--# var "_.getitem(_['art1'],0).whateverproperty"--> 
Pavlos