xsl中有没有数组的概念阿?思归大哥在吗?
我首先定义一个变量
<xsl:variable name="info" select="Table/fld_stock_code[.=$stockid]"></xsl:variable>
我打算不用循环而取得变量info内的内容,我如何获得?这样好象不行啊
<xsl:value-of select="$info[0]/fld_stock_code"/>
问题点数:0、回复次数:1Top
1 楼4czh(大龙)回复于 2003-08-01 14:19:18 得分 0
救命啊Top
相关问题