[ZPT] (no subject)

Magnus Heino (Rivermen) magnus.heino@rivermen.se
Thu, 28 Jun 2001 11:44:45 +0200


Hi.

Example:

Create a DTML-method called 'foo' containing this;

<span tal:replace="here/REQUEST" />

View this document and you will see

<span tal:replace="here/REQUEST" />

Nothing will be expanded since this is a DTML-method, and it knows nothing
about tal.

Now, is thery any way that I from a ZTP document can take the dtml-document
and expand it as if it was a ZTP document?

Something like this; <span tal:define="zpt parse:here/foo"
tal:replace="structure ztp" /> and the actual request would be printet...

Does anyone understand what I want to do? :)

--

/Magnus Heino