XML Transform command

This command converts an XML file into an alternate XML format.

AIXiSeriesLinuxSun Solaris Operating Environment

XML Transform Syntax Diagram

Notes:

  1. The above diagram is intended primarily as a reference for the command parameters. The command file or script provided for this command and listed in Configuring Loader package commands and scripts acts as a wrapper to the actual Java command and accepts the same parameters; therefore, it is recommended that you use the command file or script rather than invoke the Java command directly.
  2. Filenames specified as parameters for this command can be preceded by relative or absolute paths.

Parameter values

-infile
Name of the file to be transformed
-transform
Name of the transform XSL rule file
-outfile
Name for the output XML file in which the transformed data will be stored
-param
Parameter to be passed to the XSL rule file. This parameter is optional. This parameter can be specified multiple times to pass multiple "name=value" pairs.

WindowsXML Transform command

XML Transform Syntax Diagram

Parameter values

-infile
Name of the file to be transformed
-transform
Name of the transform XSL rule file
-outfile
Name for the output XML file in which the transformed data will be stored
-param
Parameter to be passed to the XSL rule file. This parameter is optional. This parameter can be specified multiple times to pass multiple "name=value" pairs.