当前位置: 代码迷 >> Web前端 >> input中value值与xsl:value-of 的有关问题
  详细解决方案

input中value值与xsl:value-of 的有关问题

热度:144   发布时间:2012-11-07 09:56:10.0
input中value值与xsl:value-of 的问题

<xsl:for-each select="../SearchByUser/UserEmail">
??? ??? ??? <input type="hidden" name="searchtype" value="byuseremail"/>
??? ??? ??? <input type="hidden" name="searchvalue" >
??? ??? ??? ??? ??? ??? ??? ??? <xsl:attribute name='value'>
??? ??? ??? ??? ??? ??? ??? ??? ??? <xsl:value-of select="."/>
??? ??? ??? ??? ??? ??? ??? ??? </xsl:attribute>

??? ??? ??? </input>
</xsl:for-each>

  相关解决方案