Re: [xsl] "Hey XSLT processor, execute the template rules with mode ABC" ... How to express that from the command line?

Subject: Re: [xsl] "Hey XSLT processor, execute the template rules with mode ABC" ... How to express that from the command line?
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Apr 2019 11:34:13 -0000
Use -im:ABC

Michael Kay
Saxonica

> On 4 Apr 2019, at 12:31, Costello, Roger L. costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Folks,
>
> I have an XSLT program containing several modes.
>
> When I run my XSLT program, is there a way to instruct the XSLT processor,
"Execute the template rules with mode ABC"?
>
> Specifically my run.bat file contains this:
>
> java -jar saxon/saxon9he.jar Document.xml -xsl:transform.xsl -o:results.xml
xxxxx
>
> What do I replace xxxxx with to instruct Saxon to execute the template rules
with mode ABC?
>
> /Roger

Current Thread