[Zope] Structured Text and ZPT

Peter Bengtsson mail@peterbe.com
Thu, 14 Mar 2002 21:34:05 +0000


At 11:11 2002-03-14 +0000, Tom Nixon wrote:
> > Subject: Re: [Zope] Structured Text
>
>How do you render STX in a ZPT?


<span tal:define="ST 
python:modules['PythonScripts'].standard.structured_text" 
tal:replace="python:ST(here.someSTtext or default)">
Should **work**.
</span>