我們使用Altova Stylevision生成XSLT 2.0文件。我們使用Saxon 9 for Java來執行這些XSLT文件。這幾年來運行良好,唉,我們都沒有真正理解XSLT。XSLT 2.0產生錯誤:「上下文項未定義」
現在我們有錯誤:
Error at /xsl:stylesheet/xsl:function[9]
XPDY0002: Axis step child::element(item, xs:anyType) cannot be used here:
the context item is undefined
第九功能是:
<xsl:function name="sps:GoogleChartDataSourceUnitCount" as="xs:string">
<xsl:sequence select="concat(string-join(item/string(if (number($XML/report/calculation-data[@data-source-name = $DataSourceParent]/item/variable[@name='unit_count']/@value) < 0) then 0 else round-half-to-even(number(variable[@name='unit_count']/@value),2)),','),'&chxl=0:|',string-join(item/variable[@name='month']/@value,'|'),'|2:||Min&chds=0,',string(round-half-to-even(max(item/(number(variable[@name='unit_count']/@value)))+1 , 0)),'&chxr=1,0,',string(round-half-to-even(max(item/(number(variable[@name='unit_count']/@value)))+1 , 0)))"/>
</xsl:function>
沒有人有任何想法是怎麼回事? 「