

Set an option for execution of stylesheet
You will need to use run command to active changes
Table 3.39. Setoption usage
| Example usage : setoption net 1 | ||||||||||||||||||||||||
| Example usage : setoption encoding "Some encoding value" | ||||||||||||||||||||||||
| setoption <OPTION_NAME> (<INTEGER_VALUE> | <STRING_VALUE>) | ||||||||||||||||||||||||
| Where <INTEGER_VALUE> is optional for options that can be treated as integer values | ||||||||||||||||||||||||
| Where <OPTION_NAME> can be either | ||||||||||||||||||||||||
|
| ||||||||||||||||||||||||
| Where value is true if the word "true" is supplied or the value is NOT equal to zero | ||||||||||||||||||||||||
| Where value is false if the word "false" is supplied or value IS equal to zero | ||||||||||||||||||||||||
| Where value is by default true, when no value is supplied, eg setoption net | ||||||||||||||||||||||||
| Where value is by default false if the option name is preceeded by "no" , eg setoption nonet | ||||||||||||||||||||||||
| stdout Print all error messages to stdout. Normally error messages go to stderr. | ||||||||||||||||||||||||
| setoption <OPTION_NAME> "<STRING_VALUE>" (Must not contain double quotation marks in <STRING_VALUE>) | ||||||||||||||||||||||||
| setoption <OPTION_NAME> <STRING_VALUE> (Must not contain any spaces, nor double quotation marks in <STRING_VALUE>) | ||||||||||||||||||||||||
| Where <OPTION_NAME> can be either | ||||||||||||||||||||||||
|
|