[Zope] how to get title property from python?

Chris Withers chrisw@nipltd.com
Wed, 19 Mar 2003 16:40:05 +0000


Jaroslav Lukesh wrote:
> Hi all,
> 
> I customize STX and want to get from image property Title image description
> in python script:
> 
> <img src="%s" alt="get_title_from(%s)">

perhaps you mean something like this?

<img src="fred.jpg" alt="xxx" tal:attributes="alt here/?fred.jpg/title">

cheers,

Chris