smh = StringManagerHelper.getLocalStringsManager();
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
try {
factory.setAttribute("http://apache.org/xml/features/allow-java-encodings", new Boolean(true));
builder = factory.newDocumentBuilder();
EntityResolver dh = new XMLValidationHandler(false);
builder.setEntityResolver(dh);
} catch (ParserConfigurationException e) {
logger.log(Level.SEVERE, getClass().getName() + ".Exception",
new Object[] {e.toString()});
result.failed(smh.getLocalString