DESCRIPTION
    This operation is used to check if a xml file is valid or not.
    -xmlInput option can be used to specify the path of the xml file.

SYNTAX
opatch util LoadXML    [-invPtrLoc <Path to oraInst.loc> ]
                       [-jre <LOC> ]
                       [-oh <ORACLE_HOME> ]
                       [-property_file <Path to property file>]
                       [-xmlInput <Path of the xml file>]

OPTIONS

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
              
        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.
              
        -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch.
              
        -xmlInput
              This option is used to specify the path of the xml file 
              which is to be validated.
              
