Are there any XSLT and XQuery Processors available for .NET Core 3.0 apps?
问题 I've been using Saxon XSLT and XQuery processor - Free home edition for some of my .NET apps. I need only XSLT 2.0 (since .NET does not support XSLT 3.0). Now that I've moved from .NET Framework to .NET Core , I noticed that the Saxon has not yet supported .NET Core since when installing a Nuget package for Saxon, I get the following error. Question : Are there other alternatives that someone knows I can use for my .NET Core projects that need XSLT 2.0 and XQuery processing? Because of the