标签: .net xml xslt xslt-2.0
据我所知,.net XsltCompiledTransformation类仅支持XSLT 1.0转换,微软甚至没有计划引入对XSLT 2.0的支持。
XsltCompiledTransformation
我看过用于执行XSLT 2.0转换的软件。
问题是我需要替代微软的XsltCompiledTransformation类,它将在我的程序中动态应用转换。
那里有解决方案可以满足我的需求吗?开源解决方案会很棒,但商业解决方案也是可以接受的。
答案 0 :(得分:3)
Saxon适用于.NET并支持XSLT 2.0。见http://www.saxonica.com/products/products.xml