当前位置:编程学习 > JSP >>

根据xsl变量决定页面某些属性

答案: 

 根据xsl变量决定页面某些属性

首先定义xsl变量

<xsl:variable name="autoMode" select="item/autoMode"/>

然后进行判断    

<tr>
          <th width="" nowrap="">自动购买</th>
          <td>
           <input type="radio" name="autoMode" value="1" onclick="doItDoYouWant(this)">
            <xsl:if test="$autoMode='1' ">
             <xsl:attribute name="checked">
</xsl:attribute>
            </xsl:if>
           </input>
           </td>
         </tr>

上一个:需要Java认证资料,什么电子版的同志,请进。
下一个:最新版Eclipse3.1及插件介绍

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,