[Zope] Python seems to render html, can this be turned off or escaped?

Guidry, Wayne wguidry at anteon.com
Thu Dec 16 11:08:34 EST 2004


I am trying to pass a string into a dtml document (from python) that
contains html code, however I don't want python to render it, just pass
it. 

As an example...

mystring = "<html><body<h1> test1 </h1></body></html>" 
return mystring

'mystring' needs to be returned to my DTML document as a string, not as
rendered html (which it seems to do automatically). Is this possible to
do? 

Thanks for any help
Wayne


More information about the Zope mailing list