[Zope-CMF] Making a CMF Document render DTML
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Fri, 20 Sep 2002 20:38:45 +0200
    
    
  
Jean-Francois.Doyon@CCRS.NRCan.gc.ca writes:
 > ...
 > I would like to have the contents of the CMF Document render the dtml within
 > it, something not currently done.
You break the philosphy of CMF:
  CMF has a strong separation of content (such a CMF Document),
  presentation, logic and applications.
  Content is pure content, no presentation, no logic.
  You use templates to present it. Content objects are not
  themselves templates.
Dieter