XML Transform utility

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

This diagram shows the syntax for the XML transform utility. On Unix and iSeries the utility is xmltransform.sh on Windows the utility is xmltransform.cmd. The parameters and values are described in the list entitled Parameter values.

Notes:

  1. Run the xmltransform utility. For information about configuring the Loader package refer to the topic, Configuring Loader package utilities.
  2. Filenames specified as parameters for this utility 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.

Feedback