[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Variables and Advanced DTML

webmaster@zope.org webmaster@zope.org
Tue, 24 Sep 2002 14:54:54 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvDTML.stx#3-53

---------------

      The DTML namespace is a complex place, and this complexity evolved
      over a lot of time.  Although it helps to understand where names come
      from, it is much more helpful to always be specific about where you
      are looking for a name.  The 'with' and 'let' tags let you control
      the namespace to look exactly in the right place for the name you are
      looking for.

        % Anonymous User - Sep. 24, 2002 2:54 pm:
         /the namespace/the DTML interpreter/
         # the namespace doesnt (actively) look up, it is (passively) looked up