xml.startTag(null, "file");
xml.attribute(null, "name", e.getKey());
xml.attribute(null, "contentType", e.getValue());
if (defaultFile.equals(e.getKey()))
xml.attribute(null, "isDefault", "true");
xml.endTag(null, "file");
}
xml.endTag(null, "pdashReportArchive");
xml.endDocument();
}