阅读:1228回复:0
fox中xslt应用的问题
<xsl:template match="list/categroys[@levID=1]">
<form action="" method="get"> <select name="select"> <xsl:for-each select="item"> <option value="{cateID}"> <xsl:value-of select="name"/> </option> </xsl:for-each> </select> <img src="image/top_check_go.gif" align="middle" alt="跳转"/> </form> </xsl:template> 以上代码:在fox中只看到这个部分<xsl:value-of select="name"/> 没有<select>框,也没<option>该扎样写啊?? |
|