阅读背景:

在XSLT中,是否可以有一个指向函数的指针?

来源:互联网 

Example:

<xsl:function name="my:function" as="xs:integer">
    <xsl:param name="pNum" as="xs:integer" />
    <xsl:sequence select="$pNum * 2" />
</xsl:function>

<xsl:sequence select="my:function(1)" />
<xsl:function name="my:function" as=



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: