[Zope] Newbie question
   
    Holger Hoffmann
     
    hohoff@rz.uni-potsdam.de
       
    Mon, 06 Nov 2000 22:42:30 +0100
    
    
  
Hi,
Brown Fox wrote:
> 
> Hello,
> i want to view a dtml-document, calling it as
> a variable.
> For example:
> 
> <dtml-var standard_html_header>
> <h2><dtml-var title_or_id></h2>
> <p>
> <dtml-var testfile>
try <dtml-var "_[testfile]">
> <P>
> <dtml-var standard_html_footer>
> 
> where this file is called with this string:
> <a href="test3?testfile=Running">test3</A>
> 
> The result i now get is the id, not the content of the
> file!
> 
> Thanks,
>     Bruno
... Holger