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>