[Zope] evaluating attribute values

Robin Dunn robin@alldunn.com
Thu, 4 Mar 1999 13:24:49 -0800


How can I evaluate a #var equivallent for setting a tag attribute value?

For example, Zope doesn't like this:

    <!--#sendmail smtphost=<!--#var smtpHost--> -->

or this:

    <!--#sendmail smtphost=smtpHost-->

(it tries to use smtpHost as the host name, instead of its value)


Help!

--
Robin Dunn
robin@AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/  Check it out!
Try http://AllDunn.com/laughworks/ for a good laugh.