The docs at http://www.princexml.com/doc/8.1/javascript/ say,
"External scripts can be run by specifying --script=FILE options on the command-line. These scripts will always be executed, regardless of whether document scripts have been enabled or not."
For me, code in an external file won't execute unless I include the --javascript option in addition to the --script=FILE option. I get several "prince: warning: JavaScript is disabled" error messages.
I want to run my external JavaScript code, but I don't want to run any of the scripts in the source HTML document. Does Prince support that?
I'm running Prince 8.1 rev 3 from a command prompt in Windows XP.
"External scripts can be run by specifying --script=FILE options on the command-line. These scripts will always be executed, regardless of whether document scripts have been enabled or not."
For me, code in an external file won't execute unless I include the --javascript option in addition to the --script=FILE option. I get several "prince: warning: JavaScript is disabled" error messages.
I want to run my external JavaScript code, but I don't want to run any of the scripts in the source HTML document. Does Prince support that?
I'm running Prince 8.1 rev 3 from a command prompt in Windows XP.