java.lang.RuntimeException: Unrecognized XSLTC extension 'http://saxon.sf.net/:assign'
当我通过java运行我的xsl代码时,我不断得到。xsl声明如下:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:redirect="http://xml.apache.org/xalan/redirect"
extension-element-prefixes="saxon redirect" version="2.0"
xmlns:saxon="http://saxon.sf.net/"
exclude-result-prefixes="saxon">
我正在尝试使用 Saxon 来在每次流进入 for-each 循环时增加一个变量。