How to export a package without running it?
Added by Martin Honnen about 8 years ago
Using Saxon 9.7.0.7 EE Java from the command line, I tried to use the @-export:filename@ option to export a stylesheet package provided with the @-xsl:@ option. It seems that only works when I also provide a source file with the @-s@ option and then both exports and executes the package. Is there some way from the command line to only export a package without executing it?
Replies (2)
How to export a package without running it? - Added by John Lumley about 8 years ago
Use the -nogo option on the command line
Sent from my iPad
On 24 Aug 2016, at 19:27, Saxonica Developer Community dropbox+saxonica+f38e+saxon@plan.io wrote:
RE: How to export a package without running it? - Added by Debbie Lockett about 8 years ago
The following documentation page has just been updated: http://www.saxonica.com/html/documentation/using-xsl/compiling.html
It now includes more information about exporting to, and executing, a stylesheet export file. Including use of the -nogo option.
Please register to reply