Is it possible to use XSLT 2.0 transformation with native .net framework ?
I know it's possible with XSLT 1.0.
The XSLT 2.0 engine is backwards compatible. The only time the backwards compatibility of the XSLT 2.0 engine comes into effect is when using the XSLT 2.0 engine to process an XSLT 1.0 stylesheet.
The XSLT processor operates on two inputs: the XML document to transform, and the XSLT stylesheet that is used to apply transformations on the XML. Each of these two can actually be multiple inputs.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With