← Prev in month ← Prev in thread

[docbook-apps] Order of precedence: command line parameters vs. stylesheet

From
mike 675 <>
Date
2011-10-17T09:51:29+00:00
ID
Thread
[docbook-apps] Order of precedence: command line parameters vs. stylesheet
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.
← Prev in month ← Prev in thread