12 Aug
1999
12 Aug
'99
3:56 p.m.
At 03:11 PM 8/12/99 +0200, Martijn Faassen wrote:
And then it goes on how to call it with *other* DTML namespace stacks. But how do I refer to the current DTML namespace stack explicitly? 'self' in DTML doesn't work.
Try: def foo(_): return _['somevarfromdtmlnamespace'] And: <!--#var "foo(_)"-->