XML processing file

The standard XML processing file has been extended to cater for the definition of the OPS file used in Express Batch process via the additionalOptions construct.

 <records>
   <template name="template"/>
   <deliveryOption name="delivery option"/>
   <additionalOptions>
     <ops file="C:\ops\opsconfig.ops"/>
   </additionalOptions>
   <data file="C:\data\datafile.xml"/>
</records>
Note: The data file assignment in the example above is not required if you are running in Express Batch mode and using the OPS file to designate the input file, thereby making the XML file static content when using the OPS file method. Refer to Input file definition and order of priority.