[Zope] Python Script: excape problem /kv

Max M maxm at mxm.dk
Thu Nov 6 07:26:50 EST 2003


Kai Vermehr wrote:


> I have this body in a ZPT named 'use_randomImage':
> ------------------------------------
>   <body>
>     <span tal:replace="here/images/randomImage">image</span>
>   </body>
> ------------------------------------


Use the structure keyword:

<body>
   <span tal:replace="structure here/images/randomImage">image</span>
</body>


regards Max M





More information about the Zope mailing list