如何检查在Solr中使用哪个XSLT处理器?

如何validation在Solr中使用哪个XSLT处理器? 我想将XSLT版本从1.0更改为2.0。

我正在使用Solr 4.0。

使用:

<xsl:value-of select="system-property('xsl:vendor')"/> 

确定处理器和:

 <xsl:value-of select="system-property('xsl:version')"/> 

确定版本。