> 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