【发布时间】:2021-03-15 05:54:21
【问题描述】:
我正在调试 XSLT 并看到以下错误
<xsl:function name="this:sendquotedvalue" as="xs:string">
calling using the below lines
<xsl:value-of select="this:sendquotedvalue($emptyString)"/>
我得到的错误是
The URI urn:this-stylesheet does not identify an external Java class
还有如下的骨灰盒
xmlns:this="urn:this-stylesheet"
任何建议
-Prasanna.K
【问题讨论】:
-
如果您想使用
xsl:function,请使用 XSLT 2 或 3 处理器,例如 Saxon 9 或 10。