[Zope] PAL versus DTML
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Thu, 9 Jan 2003 23:49:22 +0100
    
    
  
Raphael Arlitt wrote at 2003-1-9 14:54 +0000:
 > As a newbie I am kind of confused by different techniques in zope. 
 > 
 > DTML I understand as a help to modularize websites by limiting a DTML
 > method/document to a certain task. 
 > 
 > But this generated code is not usuable and workable with WYSIWYG tools and
 > hence PAL is the method of choice since all these XML namespaces hide the
 > stuff to the designers with their dreamweaver. 
 > 
 > But how do I now modularize my site with PAL in the DTML way?
You use macros (--> "metal").
I think, this is quite nicely explained in the Zope Book, 2.6 edition.
Download it from Zope.org...
Dieter