Project

Profile

Help

Bug #5929

Updated by O'Neil Delpratt about 1 year ago

Given the following python script: 

 ``` python 
 from saxoncee import * 

 with PySaxonProcessor(license=False) as proc: 
     print(proc.version) 
 ``` 

 Outputs the message: 

 ``` 
 SaxonC-HE 12.1 from Saxonica 
 ``` 

 The This question is should this be 'SaxonC-EE....' when the license=False or when the license is not available? 


Back