[Zope] Namespace of calling document

oivvio polite ol1@v10a.com
Thu, 4 Oct 2001 17:16:14 +0200


I've looked around google for an hour at least but I can't
find the answer to this very simple question:
 
 How do I access the namespace of the calling object.

Say that I have standard_html_header like so:
<html>
<dtml-var title>

and document foo:
<dtml-var standard_html_header>
<p> yadda yadda</p>
 

Now when foo is  renderded it will display the 
title of standard_html_headed. How do I get it to output the title 
of foo? In other words: how do I access the namespace of the calling 
in the called document? I don't know if 'document' is the correct Zope speak,
but I think you all get the question.

o