Hi all!

Is it possible to use tal:attributes with a dictionary or something like
this?

I would like to change/add attributes to a HTML object in a list or a dict
like:

<tal:b tal:define='atributos python: {'href': '
http://blogs.sistes.net/Garito', 'target': '_blank', 'myCustomAttribute':
'Value1'}
<a href="http://www.sistes.net"; tal:attributes='atributos'>I'm a link!</a>

Thanks a lot!
--
Mis Cosas
http://blogs.sistes.net/Garito
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to