Document xmlData = null;
// try {
try {
xmlData = builder.parse(source);
return new DomPluginData(xmlData, fileName);
} catch (SAXParseException e) {
SimSystem
.report(
Level.WARNING,
"Error reading plugin XML (might be ok if the loaded XML file is not a James II Plugin - XML File) --> "