> hello, Embperl!
>
> I like the ASP-style syntax much more than that of Embperl *sorry=)*
That's reason why you have the chance to choose in 2.0 :-)
> I've tried to rewrite some of my old Embperl code to ASP style but not
> the whole code worked correctly after that, here an example:
>....
> but the same with ASP
> <a href="<%= $THEURL %>">
>becomes
> <a href="<%= $THEURL %>">
Yes, the problem is that you have a HTML Tag (Embperl handles <% %> as a
tag) inside another tag, which isn't possible. I am not sure how native ASP
solves this problem. Is the above correct within MS ASP ?
It should be possible to extent the syntax definition of ASP to correctly
handle things like the above
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 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]