25 Jul
1999
25 Jul
'99
7:24 a.m.
Hi, Jim mentioned the new DTML syntax as being experimental (it's in the Zope2.0 series). Is it going to stay along with 'Zope Classic' syntax? For Zopistas that don't know, the Zope 2.0 series has an interesting new tag - dtml ie 'Zope Classic' <!--#var standard_html_header--> <!--#in "[1,2,3,4]"--> <!--#var sequence-item-->, <!--#var someboilerplate--><br> <!--#/in--> becomes <dtml-var standard_html_header> <dtml-in "[1,2,3,4]"> <dtml-var sequence-item>, &someboilerplate;<br> </dtml-in> tres cool no? tone.