[Zope] ZPT and Structured text

Evan Simpson evan@4-am.com
Thu, 16 May 2002 09:56:40 -0500


Geir B=E6kholt wrote:
> then you can simply do the following in your pageTemplate:
>=20
> <p tal:replace=3D"python:here.stx(YourStringToBeFormattedAsStructuredTe=
xt)"/>

Oops... better make that:

<p tal:replace=3D"structure
  python:here.stx(YourStringToBeFormattedAsStructuredText)"></p>

Cheers,

Evan @ 4-am