Home >
Online Product Documentation >
Table of Contents >
Options - Module Settings - XSLT Editor - External XSLT
Options - Module Settings - XSLT Editor - External XSLT
The external XSLT options allow you to specify default values for external XSLT processors. When you define a scenario, you can specify that you want to use an external XSLT processor. If you do, Stylus Studio uses the default values you specify here. You can also specify external XSLT processor settings in the
Processor tab of the
Scenario Properties dialog box. If you do, the settings you specify in the
Processor tab override the default settings.
If you use the Xalan-J, MSXML .NET, or Saxon processor, you can continue to use Stylus Studio backmapping and debugging features. If you use the MSXML processor or an alternate XSLT processor, you cannot use Stylus Studio backmapping and debugging features.
To display the
Options dialog box, select
Tools >
Options from the Stylus Studio menu bar. Expand
Module Settings and
XSLT Editor, and click
External XSLT.
Default additional path for Xalan-J processor
Any path required to be defined to run the Xalan-J processor. Typically, this is the location of the processor.
Default additional classpath for Xalan-J processor
Any directories that the Xalan-J processor needs access to. This is in addition to directories already specified in your
CLASSPATH environment variable.
Additional JVM options for Xalan-J processor
Any options you want to specify when the Xalan-J processor runs.
Default custom processor command line
Command line for executing an external XSLT processor you define. The command line must show where to use the three arguments:
%1 is the XML source file,
%2 is the XSLT stylesheet,
%3 is the result document. For example:
myparser -style %2 -source %1 -out %3, or
myparser %1 %2 %3.
Default additional path for custom processor
Any path required to be defined to run your processor.
Default additional classpath for custom processor
Any directories that your processor needs to access that are not already in your
CLASSPATH environment variable.
Specifying Stylus Studio Options
Using an External XSLT Processor