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 <dtml-in expr="_.range(3)">, on line 2 of loop*
<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] <dtml-in expr="_.range(3)"> [/code] When I want to save I got : Error Value: No closing tag, for tag <dtml-in expr="_.range(3)">, on line 2 of loop ------------------------------------------------------------------------------ _______________________________________________ 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 )
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 <m.tlais@gmail.com> wrote:
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 <dtml-in expr="_.range(3)">, on line 2 of loop*
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
participants (3)
-
Andreas Jung -
Jaroslav Lukesh -
Mohammed Tlais