[Zope] RE: Netscape doesn't recognize dtml-doc as html

Ausum augusto@artlover.com
Mon, 23 Jul 2001 11:34:05 -0500


You don't need to do anything, except to ensure yourself that your html is
right. That means at least to have the 'html' and 'body' tags placed
properly within your header/footer, if you use them. (Actually I don't need
to do this, except for  the embeded javascript to work)

Now, if what you want is to show off the dtml instead of rendering it (an
entirely different thing), you must use PrincipiaSearchSource:

Place at the root  a dtml method with id 'show_source' containing the
following line:

<dtml-var PrincipiaSearchSource html_quote >

Now, to see the source of any dtml, you use:
http://www.website.com/some_dtml/show_source

Notice you need to have the right permission.


Ausum