mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
A few minor corrections to XSLT rendering engine code discovered while writing the related wiki page
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19685 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -52,6 +52,8 @@ import org.xml.sax.SAXException;
|
||||
*/
|
||||
public class XSLTRenderingEngine extends BaseTemplateRenderingEngine
|
||||
{
|
||||
public static final String NAME = "xsltRenderingEngine";
|
||||
|
||||
private static final Log log = LogFactory.getLog(XSLTRenderingEngine.class);
|
||||
|
||||
private XSLTFunctions xsltFunctions;
|
||||
@@ -138,7 +140,7 @@ public class XSLTRenderingEngine extends BaseTemplateRenderingEngine
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
log.warn("Received an exception from parseXMLDocument()", ex);
|
||||
}
|
||||
return d == null ? null : d.getDocumentElement();
|
||||
}
|
||||
|
Reference in New Issue
Block a user