24 Oct
2002
24 Oct
'02
7:02 p.m.
Andreas Tille writes:
On Wed, 23 Oct 2002, Dieter Maurer wrote:
Projekt01, Roger Ineichen writes:
What can I do if I whould return html code frome a external method? It always quote the return string It seems that you are calling your external method from ZPT.
In this case, you must use "structure" in from of your call. Is there any equivalent for this for Python Scripts? The same way:
ZPT doesn't care how a value is produced (by a External Method, a Script, a function call or a literal). Dieter