10 Mar
2001
10 Mar
'01
8:20 p.m.
Oliver Frommel writes:
is there a way to include DTML files in a "static" way, i.e. preserving the same namespace the including DTML doc has. That is what happens by default, when you include a DTML Method (and not a DTML Document). The DTML Method uses the same namespace as the calling document (unless you explicitely call the method; in this case, it uses namespace and client, you pass in). For details, see
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html Dieter