[Zope] Tag is not closed

2007-10-04 Thread Mohammed Tlais
Greetings I am trying to test a dtml expression with a python built-in method as follows [code] dtml-in expr=_.range(3) [/code] When I want to save I got : *Error Value: No closing tag, for tag lt;dtml-in expr=quot;_.range(3)quot;gt;, on line 2 of loop*

Re: [Zope] Tag is not closed

2007-10-04 Thread Jaroslav Lukesh
dtml-in expr=_.range(3) ... /dtml-in - Original Message - From: Mohammed Tlais To: zope@zope.org Sent: Thursday, October 04, 2007 1:18 PM Subject: [Zope] Tag is not closed Greetings I am trying to test a dtml expression with a python built-in method as follows [code

Re: [Zope] Tag is not closed

2007-10-04 Thread Andreas Jung
Please use ZPT. Since you're not familiar with DTML there is no reason wasting your time and nerves with DTML. -aj --On 4. Oktober 2007 13:18:30 +0200 Mohammed Tlais [EMAIL PROTECTED] wrote: Greetings I am trying to test a dtml expression with a python built-in method as follows [code]