Hi,<br><br>I have a little problem. I noticed that HTML code containing &quot;&lt;% ...%&gt;&quot; tag in a block /* ....*/ ware interpreted and that they trigger errors on KLone compilation.<br><br>My (strange) kl1page is :<br>
========================<br>&lt;%!<br>static const char *myvar;<br>%&gt;&lt;%<br>myvar = &quot;coucou&quot;;<br>%&gt;<br>&lt;html&gt;&lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /*<br>&nbsp;&nbsp; &nbsp; &nbsp; &lt;%=myvar %&gt;<br>&nbsp; &nbsp; &nbsp;&nbsp; */<br>&nbsp; &nbsp; &nbsp;&nbsp; io_printf(out,&quot;%s&quot;,myvar);<br>
&nbsp;&nbsp;&nbsp; %&gt;<br>&lt;/body&gt;&lt;/html&gt;<br>========================<br><br>The compilation error is :<br>=========================================<br>/home/all_user/ug_ma/klone-2.1.1rc0-m68k/webapp/www/test.kl1:9: unterminated comment<br>
/home/all_user/ug_ma/klone-2.1.1rc0-m68k/webapp/www/test.kl1: In function `exec_page&#39;:<br>/home/all_user/ug_ma/klone-2.1.1rc0-m68k/webapp/www/test.kl1:41: parse error at end of input<br>make[6]: *** [pg_3d27a7ea8351fdd102762cbf1cd78fbe.o] Erreur 1<br clear="all">
=========================================<br>I know that it&#39;s easier to parse a kl1 page with interpretation of all specific tag (like &quot;&lt;%&quot;, &quot;&lt;%=&quot; ...), but is it a problem or not ?<br><br>Thanks.<br>
-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>