[Zope] From whence came <base>?

Charlie Reiman creiman@kefta.com
Fri, 19 Jul 2002 11:01:39 -0700


Yes, quite sure. They are both DTML Docs. More experimentation shows that
simply creating a dtml document:

/test/hello

containing text like

<html><head>
<title>hello</title>
</head>
<body>Hello</body></html>

Won't give me a base tag. So what inserts the base tag? What criteria does
it use to make this decision? Grepping the source wasn't very useful, nor
was searching the Zope Book.

> -----Original Message-----
> From: Roger Erens [mailto:rerens@dela.org]
> Sent: Thursday, July 18, 2002 10:39 PM
> To: 'Charlie Reiman'
> Subject: RE: [Zope] From whence came <base>?
>
>
> Hello Charlie,
>
> ? I have a simple site with two pages
> ?
> ? /corp/index_html
> ? /corp/sub/index_html
> ?
> ? Both are DTML documents.
>
> Are you sure that not one of them is a DTML Method?
>
> Regards,
> Roger
>