This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Sending parameters to stylesheets?


Gustaf Liljegren wrote:
I have an XSL-FO stylesheet for traditional documents. It contains some
standard headings like "Preface", "Table of Contents" and such. Sometimes I
want these in English, sometimes in Swedish. Sometimes I want A4, sometimes
US Letter. Is it possible to avoid having more than one stylesheet for
these variations?

The way I can think of would be to have a wrapper stylesheet for each
variation that only contains these few things that are different. Is it an
even better solution in XSLT (1 or 2), that makes it possible to send
parameters to the stylesheet on the command-line?
Checkout xsl:param. XSLT processors in general allow
you to pass parameter values on the command line.

J.Pietschmann



XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]