The page is there. True, the problem is solved if you remove the [$syntax EmbperlBlocks$]. The problem is that my legacy html (and there's a lot of it) does not have tag attributes in quotes. e.g. instead of <input type="text" name="gerald"> my legacy code looks like this: <input type=text name=gerald>. Embperl 1.3.4 didn't mind but it looks as though 2.0 does. Do you have any workarounds other than just going back through all the code and enclosing all my attributes in double-quotes?
-----Original Message----- From: Gerald Richter [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 2:28 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Behavior of %fdat in embperl2c > > Here's a page that demonstrates the behavior I described in my previous > post: > http://dev.cogenttechnology.com/epl/gerald.html > I get "server not found" > And here's the code: > > [$syntax EmbperlBlocks$] Yes, of course if you turn off the processing of html tags, Embperl will not touch them. Remove the [$syntax EmbperlBlocks$] and it will work again. 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]
