Hi,<br><br>I wish to comment a block in my klx page with /* */ syntax.<br>However the parse of klx page translates the content of C/C++ comment (function translate_script_to_c())<br><br>For example, if I write :<br>=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-==-=-=-=-=-=-==-=-=-=-=-=-=<br>

&lt;table&gt;<br>&lt;%<br>for(i=0; i&lt;10; i++)<br>{<br>  %&gt;&lt;tr&gt;&lt;td&gt;one cell&lt;/td&gt;&lt;/tr&gt;&lt;%<br>  /*<br>  other version TODO<br>  &lt;tr&gt;&lt;td&gt;cell&lt;% io_printf(out,&quot;%d&quot;,i); %&gt;&lt;/td&gt;&lt;/tr&gt;<br>

  */<br>}<br>%&gt;<br>&lt;/table&gt;<br>=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-==-=-=-=-=-=-==-=-=-=-=-=-=<br><br>this example doesn&#39;t compile because the strings &quot;&lt;%&quot; and &quot;%&gt;&quot; in comment block are translated.<br>

<br><span id="result_box" class="short_text"><span style="background-color: rgb(255, 255, 255);" title="Serait-il possible de ne pas traduire le contenu">Could not translate the content in /* */ comment block, please ?</span></span><br clear="all">

<br><br>Bye and happy new year.<br>-- <br>Mickaël AUGER<br><br>