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.
Tony.McDonald@newcastle.ac.uk wrote:
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?
Yes. Eventually (after we've had a chance to redo alot of documentation ;) it will become the prefered syntax. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
At 12:27 pm +0000 25/7/99, Jim Fulton wrote:
Tony.McDonald@newcastle.ac.uk wrote:
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?
Yes. Eventually (after we've had a chance to redo alot of documentation ;) it will become the prefered syntax.
Jim
I'm really pleased to hear that! tone
becomes <dtml-var standard_html_header> <dtml-in "[1,2,3,4]"> <dtml-var sequence-item>, &someboilerplate;<br> </dtml-in>
tres cool no? tone.
except it should be... <dtml-var standard_html_header> <dtml-in "[1,2,3,4]"> <dtml-var sequence-item>, &dtml-someboilerplate;<br> </dtml-in> doh! tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
participants (3)
-
Jim Fulton -
Tony McDonald -
Tony.McDonald@newcastle.ac.uk