首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-11-07 
input中value值与xsl:value-of 的问题xsl:for-each select../SearchByUser/UserEmail??? ??? ??? in

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>

热点排行