[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML
webmaster@zope.org
webmaster@zope.org
Tue, 24 Sep 2002 12:14:02 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#2-9
---------------
When a DTML Document or DTML Method is executed, Zope creates a
DTML namespace to resolve DTML variable names. It's important to
understand the workings of the DTML namespace so that you can
accurately predict how Zope will locate variables. Some of the
trickiest problems you will run into with DTML can be resolved by
understanding the DTML namespace.
% Anonymous User - Sep. 24, 2002 12:14 pm:
/is executed/called for execution/
The namespace is constructed upon the *event* of a call; execution itself is a *sequence of events* in time*.