--On
15. August 2007 10:17:56 -0400
tonylabarbara@aol.com
wrote:
> Hi;
> I have the following PT
code:
> <a tal:attributes="href
python:here.a_script(str(x))">
> and I want to "structure" it,
kind of like this:
> <a tal:attributes="structure href
python:here.a_script(str(x))">
> How do I do
that?
As documented, 'structure' only works with
tal:content|replace.
-aj