我想在xsl中使用java脚本中的大于或小于符号来编写if条件。我喜欢这个'<' ,但在html中的条件之后得到SyntaxError:missing。
请分享您的建议。
<![CDATA[
if(1 < 1){
alert('yes');
}else{
alert('no');
};
]]>