[Zope] Re: Dreamweaver MX, was: Zope Myths?

Bo M. Maryniuck b.maryniuk@forbis.lt
Thu, 12 Sep 2002 10:44:30 +0200


On Wednesday 11 September 2002 21:57, Aparajita Fishman wrote:
> To make this trick work, you create a DTML Method index_html which
> contains the following:
>
> <dtml-var index.html>
>
> Your real code is then in index.html.

So, to have other pages work, you should double this several times:

page001_html =3D> page001.html
page002_html =3D> page002.html
page003_html =3D> page003.html
page004_html =3D> page004.html
=2E..

This is _ugly_.

--=20
Regards, Bogdan

If nothing else helps, read the documentation.