XPath xPath = XPathFactory.newInstance().newXPath();
Node importElem = (Node) xPath.evaluate("import", doc, XPathConstants.NODE);
reporter.println(i18n.msg(req, "Aktera", "startingImport"));
ok = im.performImport(req, doc, importElem, reporter, i18n, handlerId, bulkImport, properties);
}
catch (ParserConfigurationException x)
{