In DTML, when I call a script (let's call is S) using
<dtml-var S> the script receives the DTML namespace as "_". However,
when I call it using <dtml-var "S()"> the script seems to getting an empty
namespace. Aren't these two identical ?
Russell Fine