[Zope] dtml tag

Morten W. Petersen morten@src.no
Thu, 27 Apr 2000 15:09:40 +0200 (CEST)


> Is it possible to get the code of a method for printing it in
> anotherone, without interpreting the code???

Hmm. you could try (untested):

	<dtml-var "dtmlmethod.document_src(REQUEST,RESPONSE)">

and you may also have to do:

	<dtml-call "REQUEST.set('Content-Type','text/html')">

like so, after the <dtml-var ..> tag.

-Morten