Page 1 of 1

Is there a way to having Saxon 9.7 timing information recorded during and displayed after an XSLT transformation?

Posted: Fri Jun 17, 2016 1:42 pm
by Martin Honnen
I am using oXygen 18 with Saxon 9.7 EE, to perform streaming transformations of huge documents. I would like to see some timing information from Saxon after a transformation has been performed. From the command line of Saxon there is the "-t" option, I had hoped inside oXygen I would be able to provide a Saxon configuration file with the "timing='true'" setting (as document at http://saxonica.com/html/documentation/ ... on%2Dfile/). While oXygen allows me to create such a configuration file and associate it with the transformation scenario, I don't know where the timing output goes to, no tab or window is shown with the timing information when I have run a transformation.

Does oXygen record that information, is there some way to get it displayed?

Re: Is there a way to having Saxon 9.7 timing information recorded during and displayed after an XSLT transformation?

Posted: Fri Jun 17, 2016 3:30 pm
by adrian
Hi,

Oxygen does not record that information, Saxon most likely writes the timing information to the standard output.
You can start Oxygen with the command line startup script, oxygen.bat for Windows, oxygenMac.sh for OS X or oxygen.sh for Linux and look in the terminal window for the information written to the standard output.

Regards,
Adrian