<xsl:template match="HtmlCode">
<xsl:copy-of select="child::*|text()"/>
</xsl:template>
<xsl:call-template name="HappyFriend">
<xsl:with-param name="text" select="'i am a friggin' RRRRROOOOOOOVVVERRRRR~~'"/>
</xsl:call-template>
<xsl:template name="HappyFriend">
<xsl:param name="text"/>
<HtmlCode>
<span> <%="text"%> </span>
</HtmlCode>
<xsl:template>
不知何故,我不斷收到XSLT問題......我所要做的就是獲取變量「text」的值,即「我是一個frigggin RRROVERRR「出現在」HappyFriend「模板中的frigggggin'RRROOOVVVERRRR ~~中。從xsl:template傳遞一個字符串參數並在另一個xsl文件中使用它
我在做什麼錯了?
也可以用「如果您更喜歡 或使用 ,然後稍後 傳遞該值。 Checkout https://clipflair.codeplex.com/SourceControl/latest#Server/ClipFlair.Gallery/collection/activities_list.xsl例如在後面 –
2014-09-08 17:03:33