Search code examples
.net-corexml-validationschematron

Does XmlPrime support .net core?


While porting a solution from .net framework 4.6 to .net core. I am stuck with xml validation using schematron part and I am using xmlPrime for that, Seems like xmlprime does not support .net core. Any suggestion.


Solution

  • Two simple examples adapted from https://github.com/XmlPrime/Examples/tree/master/Query and https://github.com/XmlPrime/Examples/tree/master/Transform then run fine to execute XQuery 3 and XSLT 2 in the .NET Core 3 app.

    Check from here Are there any XSLT and XQuery Processors available for .NET Core 3.0 apps?