21 Sep
1999
21 Sep
'99
7:44 p.m.
No. Only attributes that are expressions based allow this, and none of the sendmail tag attributes do. -----Original Message----- From: Kevin Howe [mailto:khowe@performance-net.com] Sent: Tuesday, September 21, 1999 1:34 PM To: zope@zope.org Subject: [Zope] Tags within tags? Is it possible to embed dtml variables into other dtml tags? ex: Property ---------------- MailHost = myMail DTML Tag --------------- <!--#dtml sendmail maihost="<dtml-var MailHost>"--> .... Thanks