If I will have Saxon-EE (.NET version) individual license, I can compile stylesheet and export to XML Format (without bytecode) on my side. But I don't know can i distribute Saxon-EE libraries with my .NET app for importing compiled stylesheets on user side or not?
My xslt does not contain licensable Saxon features.
Saxon documentation:
Exporting stylesheet packages requires Saxon-EE, optionally with the Developer Master Key if stylesheets with embedded license information are to be exported. Importing stylesheet packages requires the Saxon-PE or Saxon-EE software to make the package import possible, but no license key need be purchased unless the stylesheet to be executed uses licensable Saxon features. (This means that the run-time software needed to execute packaged code in this way is free-of-charge but not open source.)
This means user can use Saxon-EE without license key for running compiled stylesheet. Can I include saxon-EE dll in my app for distributing?