<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I have problem with sect_classifier_template.html (one of the files of studio).</DIV>
<DIV><BR>When the expression includes quotes ("") or comma then the value of input field is broken.</DIV>
<DIV> </DIV>
<DIV>Here below is part of code of sect_classifier_template.html.</DIV>
<DIV><BR>..........<td align=center class=bevel><input name='input_%class_rowindex%_2' type='text' value='%expression%' size='10' onchange="javascript:markDirty()" onfocus="javascript:selectClass(%class_rowindex%)"></TD>..............</DIV>
<DIV> </DIV>
<DIV>Here below is part of code of .map:</DIV>
<DIV> </DIV>
<DIV> EXPRESSION "B,B"</DIV>
<DIV> </DIV>
<DIV>The problem is here I think => value='%expression%' </DIV>
<DIV> </DIV>
<DIV>How does this input read expression value through that code: value='%expression%' </DIV>
<DIV> </DIV>
<DIV>Please help</DIV>
<DIV> </DIV></td></tr></table><br>