Name | Description |
---|---|
Name | Unique name for the step. |
Description | (Optional) Description for the step. |
Enabled | Select this option to enable the step for execution. If it is not enabled, then the step on the canvas is greyed-out. This option is useful when troubleshooting a process, especially when there are numerous steps in the process. |
Error Handling | Select either of the following: • Stop Process - (Default) All the steps after the current step are skipped or the entire process is stopped (depending on how you have the error logging options set) if this step stops due to an error. • Ignore Error - The remaining steps in this process are executed even if this step stops due to an error. This is useful when you want to write a Decision step that can test for the error state of a previous step. |
Source | Name of the source file that must be transformed (required). Type the location of the HTML document (URL) or click Browse and specify the file. It can also be an XML file. |
Stylesheet | Name of the .xsl style sheet. Type the location of the .xsl file or click Browse and specify the file. If no style sheet is specified, the style sheet referenced in the XML source file is used. Note: Before you run a process with an XSLT step, edit the XSL namespace: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> The namespace and version number must appear as shown; otherwise, you may receive an error that the style sheet is not valid. |
Target | Name of the target file (required). This is the output after the transformation. Type the location of the HTML document (URL) or click Browse and specify the file. |