15 Aug
2000
15 Aug
'00
8:21 a.m.
cuiod-tec Jens Gelhaar writes:
I need a better way to render a DTMLDocument and store the result in variable than <dtml-let variable="_['documentname']"> but I do not like the style, it looks clumsy. Is there an another way? I would think something like documentname(...), but the acquisition does not work. Usually, you simply use
<dtml-let variable=documentname> You need the "_[...]" only, if either: * "..." is not a valid Python name * "..." is a Python expression Dieter