return d;
} catch (ParserConfigurationException e) {
throw new RuntimeException(e);
} catch (SAXException e) {
log.error("Malformed XML File: " + url, e);
throw new SybosClientException("Malformed XML file! " + url, e);
} catch (IOException e) {
log.error("IO Exception while loading XML", e);
throw new SybosClientException("IO Excption while loading XML", e);
}
}