j
k
j a
j l
...To call python functions from within a document: <dtml-var expr="python_script(attr1, attr2, ...)"> Is 'expr=' necessary? I always use: <dtml-var "python_script(attr1, attr2, ...)">
To call python functions from within a document: <dtml-var expr="python_script(attr1, attr2, ...)"> Is 'expr=' necessary? I always use: <dtml-var "python_script(attr1, attr2, ...)">
and it works. Regards, Josef.
Back to the thread
Back to the list