[Zope] Use Amaya! Even PCWeek recommends it! -- WAS: IE/Netsc ape Authoring ... ...

Rob Page rob.page@digicool.com
Thu, 17 Jun 1999 14:38:46 -0400


> Rob Page <rob.page@digicool.com> writes:
> > version -- a problem for even maintaining <!--#var
> > standard_html-footer--> type references which Amaya snarfs out.  :^(
> 
> I wonder if the new experimental syntax works better ?

Humph... surprisingly, it does!  I'd have thought with all the DTD
checking that's supposedly going on something like:

<dtml-in objectValues>

would have been tossed post-haste.

Specifically, (snipping out the rather annoying <HTML><HEAD><TITLE>
stuff Amaya insists on providing) the following snippet survived an Open
and Save in Amaya:

<p>This is a paragraph...</p>
<p>This is some more stuff</p>
<dtml-var standard_html_header>
<ul>
<dtml-in objectValues>
  <li>
    <a href="&dtml-URL1;/&dtml-id;/manage_workspace"><dtml-var
title></a>
</li>
<dtml-/in>
</ul>
<dtml-var standard_html_footer>

Of course, it's invisible (hence uneditable) in Amaya.  However, there
seems to be hope...

--Rob