What is the order of precedence for command line parameters vs. parameters in a customization layer?
For example, suppose I have a customization layer mydocbook.xsl that imports the standard DocBook stylesheets, then adds some customizations. Do command line parameters have greater precedence compared to stylesheet settings. For example, in the following command, the admon.graphics setting from the command line will override any settings in the stylesheet. xsltproc --output myfile.html \ --stringparam admon.graphics 1 \ mydocbook.xsl myfile.xml -- View this message in context: http://old.nabble.com/Order-of-precedence%3A-command-line-parameters-vs.-stylesheet-tp32665728p32665728.html Sent from the docbook apps mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
