Hi Ummm... is it just me being stupid or is there an obvious syntax bug in HTML::Template::Expr? Escaping the Template expressions as HTML comments gives me a syntax error:
<TMPL_IF EXPR="step == 2">Step is 2.</TMPL_IF> works. However, <!--TMPL_IF EXPR="step == 2"-->Step is 2.<!--/TMPL_IF--> gives me HTML::Template::Expr->new() : Error creating HTML::Template object : HTML::Template->new() : Syntax error in <TMPL_*> tag at .... I need the escaping because I create my HTML files in an HTML editor and validate them as well. Regards, Eric _______________________________________ swissinfo Swiss Radio International Eric Lewis IT Engineering Giacomettistrasse 1 CH-3000 Berne 15 Phone: +41 31 350 95 42 Fax: +41 31 350 99 40 E-Mail: [EMAIL PROTECTED] Switzerland is everywhere. Stay connected! http://www.swissinfo.org http://mobile.swissinfo.org http://wap.swissinfo.org SRG SSR id�e suisse _______________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
