Input file
Specifies the full path and name of a file that provides input, such as XML, to a
step based on the ApplyXSLTransform step template. The step converts the input into another format. You can also select
a step resource object as the value for the property instead of providing a path and
filename. Using a step resource lets you change the specific file without editing
all of the workflows that contain the step that uses the file.
- Default
- None
- Database name
- Job.XSLT.InputFile
Usage notes:
-
The ApplyXSLTransform step can process input files in formats other than XML. For example, if your XSLT style sheet contains the
unparsed-text
function, you can use a text file as input. -
You can use RICOH ProcessDirector symbol notation for the name of the file. For example, ${getCurrentFile(xml)} specifies an XML file in the spool directory for the job. For more information about symbol notation and how to use it, refer to the help system.