This run/debug configuration becomes available, when XPath View+XSLT Support plugin is enabled.
The dialog box consists of the following tabs:
This section provides descriptions of the configuration-specific items,
as well as the toolbar and options that are common for all run/debug configurations.
The dialog box consists of the following tabs and areas:
Settings Tab
| Item | Description |
|---|
| Input |
Use the controls in this area to specify the XML file to process and the script to be executed.
- XSLT Script File - in this text box, specify the path to the XSLT stylesheet file.
Type the path manually or click the Browse button
and select the desired file in the Choose XSLT File dialog box, that opens.
- Choose XML Input File - from this drop-down list, select the XML input file to be transformed.
The list contains all the XML files that have been associated with the chosen stylesheet
via the File Associations functionality.
To specify a file, which is not on the list,
click the Browse button
and select the desired file in the Choose XML File dialog box, that opens.
|
| Output |
Use the controls in this area to configure handling of the script output.
- Show in Default Console - select this option to have the output displayed
in the normal run console, together with any warnings and error messages from the XSLT transformer,
as well as messages generated by the script, e.g. by xsl:message.
- Show in Extra Console Tab - select this option to have the produced output displayed
in an extra, XSLT Output, tab.
Note This option is selected by default. - Highlight Output As - from this drop-down list,
select the file type to highlight the output as.
- Save to File - select this option to have the output saved directly to a file.
In the text box, specify the name of the target file.
Type the path to the file manually or
click the Browse button
and select the desired file in the Choose Output File dialog box, that opens.
If you type the name of a file that does not exist, PhpStorm will create a file and save the output to it.
- Open File in Editor After Execution - select this check box
to have the file with the output opened in the editor after the script is executed successfully.
- Open File in Web Browser After Execution - select this check box
to have the file with the output opened in the configured Web browser after the script is executed successfully.
Warning The specified file will be overwritten without requesting for confirmation.
|
| Parameters |
Use the controls in this area to create and manage a list of parameters to be passed to the script.
- Add (
) -
click this button to create a new entry.
- Remove (
) -
click this button to remove the selected entry from the list.
- Name - in this text box, specify the name of the parameter.
- Value - in this text box, specify the value of the parameter.
Warning The field is mandatory. Parameters without values are not passed to the script.
Values are not assigned by default.
|
Advanced Tab
In this tab, configure additional options that are not commonly required in run configurations.
| Item | Description |
|---|
| Smart Error Handling |
- Clear this check box to have the console display full error messages including their complete stack traces,
when an error occurs during execution.
-
Select this check box to suppress showing staktraces
and have the console display only the relevant information about errors.
|
| VM Arguments | In this text box, specify optional VM arguments to be passed to the VM where the XSLT script is executed.
These can be heap size, garbage collection options, file encoding, etc.
If the line of VM arguments is too long, click the button
and and type the text in the VM Arguments dialog box, that opens.
|
| Working Directory | In this text box, specify the working directory to use. Type the path manually or
click the Browse button
and select the desired folder in the Working Directory dialog box, that opens.
Note If no folder is specified in text box, the working directory will be the one where the XSLT script file is located. |
Toolbar
| Item | Keyboard shortcut | Description |
|---|
|
Alt+InsertAlt+Insert
| Click this button to add new configuration to the list. |
|
DeleteDelete
| Click this button to remove the selected configuration from the list. |
|
Ctrl+DCtrl+D
| Click this button to create a copy of the selected configuration. |
| Edit Defaults | Click this button to edit the default configuration templates.
The defaults are used for the newly created configurations. |
|
UpUp
DownDown
| Use these buttons to move the selected configuration up and down in the list.
The order of configurations in the list defines the order, in which configurations appear
in the Run/Debug drop-down list on the main toolbar. |
Common options
| Item | Description |
|---|
| Defaults |
This node in the left-hand pane of the dialog box contains the default run/debug configuration settings.
Select the desired configuration to change its default settings in the right-hand pane.
The defaults are applied to all newly created run/debug configurations.
|
| Temporary configurations limit | Specify here the maximum number of temporary configurations to be stored and shown in the
Select Run/Debug Configuration drop-down list. |
| Before launch | In this area, specify the actions to be performed prior to executing the current run/debug configuration.
|