}
if(toolVersionAttr != null) {
toolInfo.setVersion(toolVersionAttr.getValue());
}
ExternalIdentifier xid = new ExternalIdentifier(type,value,toolInfo);
fileIdentSect.addExternalID(xid);
}
identities.add(fileIdentSect);
}
} catch (JDOMException e) {
e.printStackTrace();