I installed saxoncee 12.4.2 version in my local using the “pip install saxoncee” command and used it for xml transformation. As per the documentation, SaxonC-EE is an Enterprise edition package and requires a license file to be provided in a specific path, but I was able to run it successfully in my local with license=True set in the code and without any specific license file provided. Am I missing something or is there possibilities for SaxonC-EE to run without an explicit license file?
Code language used is Python.
10