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

Subject: [xsl] "Hey XSLT processor, execute the template rules with mode ABC" ... How to express that from the command line?
From: "Costello, Roger L. costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Apr 2019 11:31:35 -0000
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