I got the same result. Michael ----- Original Message ----- From: "Dylan Reinhardt" <zope@dylanreinhardt.com> To: "Michael Bleijerveld" <michael@bleijerveld.nl> Cc: "Zope Users" <zope@zope.org> Sent: Thursday, October 02, 2003 5:29 PM Subject: Re: [Zope] DTML parameter to Python script
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
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )