【发布时间】:2013-08-29 06:45:51
【问题描述】:
我的xsl有一个参数
<xsl:param name="halfPath" select="'halfPath'"/>
我想在比赛中使用它
<xsl:template match="Element[@at1='value1' and not(@at2='{$halfPath}/another/half/of/the/path')]"/>
但这不起作用。我猜一个不能在''里面使用参数。如何解决/解决这个问题?
【问题讨论】:
标签: xslt