A tool to merge OVAL XML feeds
This utility is designed to merge multiple OVAL XML feeds into a single XML.
oval-xml-feed-merge accepts a list of OVAL XML files in increasing priority.
Any OVAL data present in the XML files in this list will replace any equivalent data in the preceding XML files.
The tool can write the merged XML to stdout or to a file specified through the --output option.
The --verbose flag enables logging. Logs are written to stderr.