[Zope-dev] HTML Document?

Morten W. Petersen morten@src.no
Fri, 12 May 2000 14:19:00 +0200 (CEST)


> The idea which crossed my mind was to subclass DTML Document and replace
> the render method which one that returned something like
> html_quote(self.raw()).
> 

That would bring up HTML in a rendered page. I don't think that's what you
want. That would be ok for editing tho.

> I wonder if I'd need to set any content types?

I don't think you have to do that if you use <DOCTYPE or <HTML around the
start of the document, it should "take care of itself".

-Morten