How to do XSLT 2.0 transformation with C#

Bob picture Bob · Mar 18, 2011 · Viewed 13.4k times · Source

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

I know it's possible with XSLT 1.0.

Answer

Dimitre Novatchev picture Dimitre Novatchev · Mar 18, 2011

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.