[Zope] DTML parameter to Python script

Dylan Reinhardt zope at dylanreinhardt.com
Thu Oct 2 11:29:58 EDT 2003


On Thu, 2003-10-02 at 07:26, Michael Bleijerveld wrote:
> Hi,
> 
> In the following DTML document I am trying to give the parameter
> 'dtml-sequence-item''to the setDirectory python script.
> This parameter doesn't return the right value. Instead it returns
> '<&dtml-sequence-item>'.

Instead of:

    '<&dtml-sequence-item>'

try:

    '&dtml-sequence-item;'

HTH,

Dylan




More information about the Zope mailing list