[Zope] Python script newbie question
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Thu, 12 Apr 2001 00:05:57 +0200 (CEST)
    
    
  
Godefroid Chapelle writes:
 > > How are you inserting the result of this function? If you use the entit=
 > y
 > > syntax &dtml-foo;, it does html quoting automatically.
 > 
 > The problem is the automatic html quoting, I want to avoid it and do not
 > know how ?
	&dtml.-foo;
Note the period after "dtml". It prevents html quoting.
More information in the "Document Template" section of 
  URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
Dieter