jaw-across.py

What this script is for:
In cases that an ESP application has "job ansestor wait" attribute, 
the conversion creats an IN COND for the folder with DATE=PREV. The folder
has an OUT COND with the same name, JAW-<foldername>. This will ensure that 
the folder will not start until the same folder that was ordered yesterday, will complete.

When such a folder is split between MF and DS, a more complicated machanism must be created.
This script will duplicate the conditions, so the MF will generate JWAMF and the DS will 
generate JWADS conditions. The folder IN COND will be modified to wait for both conditions.

Invoke the script by: 
              jaw-across.py -m <inputfile> -d <inputfile> -o <outputdir> [-c <comparedir>]

Parameters:
-m <inputfile> - name of the xml that holds the mainframe jobs
-d <inputfile> - name of the xml that holds the Windows/Linux jobs
-o <outputdir> - name of directory where the output files will be created
-c <compar-dir> - <optional> directory to contain of the original files, but save in the same format as the output
                    This is useful for comparison of the original and modified files.