开发者

How to do XSLT 2.0 transformation with C# [duplicate]

This question already has answers here: What is the current state of XSLT 2.0 availability within .NET (2 answers) 开发者_如何学JAVA Closed 9 years ago.

Is it possible to use XSLT 2.0 transformation with native .net framework ?

I know it's possible with XSLT 1.0.


There is no XSLT 2.0 processor offered by Microsoft.

An XSLT 2.0 processor that claims to be written especially to be used in .NET is XQSharp.

Another very popular XSLT 2.0 processor is Saxon 9.x, which, although written in Java, has a special .NET version.


I disagree that XQSharp (or for that matter Saxon) is slow. While neither currently compile to MSIL, both have good optimizers. I know from first-hand experience thatlarge grouping tasks can be faster with XQSharp than with XslCompiledTransform.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜