Cliff,
>
>
> we are using dreamweaver at our site, and it does not
> mix well with embperl. since dreamweaver does not
> recognize the embperl tags, it renders them in the gui
> design window as text.
>
Yes, that is the intented way it should do...
>
> using a standard tag such as <%
> and coupling it with a variable char to indicate the embperl command
> type,...
> the designer can view the tags and edit them when they
> go into 'html source' editing mode, but the tags and their contents
> will neatly disappear when they are using the gui to layout the page.
>
Yes, that the other syntax (or something similiar, I haven't made the final
decision) I like to support in the next release, for the reason you already
mentioned above.
>
> how about enclosing tags with example text? such as:
>
> <%( $ref->[$row]{$fieldvar} (%> EXAMPLE TEXT <%))%>
>
Another possibility would be fixing the old and new syntax:
<%+ $ref->[$row]{$fieldvar} +%>[# EXAMPLE TEXT #]
this is a little bit short and (maybe) easier to read (but has at least four
characters ([##])
>
> i originally thought of adding an ID (ala html/xml) such as:
> <%(MY_ID $ref->[$row]{$fieldvar} (%>EXAMPLE TEXT<%)MY_ID)%>
>
> but i am not sure the extra complication would be warranted.
What purpose should such an ID serve?
>
> this new technique would give the designer the ability to layout the
> page
> in the gui with a wysiwyg environment. the embperl commands can be
> added in the source editing window by either the designer or a
> programmer,
> without destroying how the page is rendered in the dreamweaver gui or in
> a static view of the page in a browser.
>
Yes, I agree
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]