325326327328329330331332333334335
if (fileOut == null) { pw = new PrintWriter(System.out, true); } else { pw = new PrintWriter(fileOut, "UTF-8"); } report = new XmlReportImpl(pw, path, EpubCheck.version()); } else if (xmpOutput) { PrintWriter pw = null; if (fileOut == null) {