26 Sep
2003
26 Sep
'03
8:16 p.m.
On Fri, 2003-09-26 at 12:37, Thomas M G Bennett wrote:
The sample document, a_test, has the following contents (which doesn't work).
" a link to <dtml-call dbtitle(74)> which is a proxy or local url"
Try this: <dtml-var "dbtitle(74)"> Two things to note: 1. When you use a Python expression, put it in quotes. 2. Both dtml-call and dtml-var will *evaluate* the expression you pass them, but only dtml-var will return a value. HTH, Dylan