OPFData result = null;
ValidationReport testReport = new ValidationReport(fileName,
Messages.get("opv_version_test"));
try
{
OPFPeeker peeker = new OPFPeeker(fileName, testReport, provider);
result = peeker.peek();
} catch (InvalidVersionException e)
{
testReport.message(MessageId.RSC_005, new MessageLocation(fileName, -1,
-1), e.getMessage());
} catch (IOException e) {