[Zope] default html header
Dieter Maurer
dieter@handshake.de
Wed, 31 Jan 2001 21:08:38 +0100 (CET)
Cyril Elkaim writes:
> I've a little problem with Zope. I want to send documents but WITHOUT any
> HTML header like "<html><head></head>".
>
> When I create a document or method having only 'pure' text I systematically
> get the previous header. How can I do to have Zope sending my page without adding
> this default header?
When I try this with my Zope CVS version, I do not get
a spurious header, just my content.
May it be possible, that you did not delete the
"standard_html_header/footer" inside your method/document?
Dieter