Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用视觉工作室 2010。在运行 xslt2.0 时出现以下错误
xsl:value-of/* ** 尚未实现。 'xsl:result-document'** 尚未实现。
xsl:value-of/* ** 尚未实现。
'xsl:result-document'** 尚未实现。
谁能帮我解决上述问题
如果您想使用 XSLT 2.0,您需要从 XslCompiledTransform 切换到 XSLT 2.0 处理器,例如 Saxon 9 的 .NET 版本或 AltovaXML 或 XmlPrime。Microsoft 的 XslCompiledTransform 是 XSLT 1.0 处理器,即使在 .NET 4.5/VS 2012 中也是如此。
然而,命名的 XSLT 处理器主要允许您使用 XSLT 2.0 编写代码,我不认为它们集成在 VS 2010 中。