> > > I am using Embperl-2.0b8. I am feeding > > > (X)HTML/Emberl-Code through a XSLT > > > stylesheet. This works well until I have some forms > > > in my HTML code and > > > Embperl mangels for instance <option> tags by adding > > > a "selected" attribute. > > > The "selected" is not valid XML so the XSLT parses > > > complains. I tried > > > setting the optDisable* flags, but it didn't work. > > > Looking at the Changes > > > file this seems to be normal behaviour for some > > > reason. > >
optDisable* are no longre supported in Embperl 2 (see README.v2), instead change the syntax to EmbperlBlocks, this will leave your HTML alone. Either put [$ syntax EmbperlBocks $] at the top of your file or Embperl_Syntax EmbperlBlocks in your httpd.conf 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]
