throw new ResourceMissingException(stylesheetURI, "Stylesheet", "Unable to read stylesheet from the specified location. Please check the stylesheet URL");
}
addLocalization(xsl, l18n);
Source src = new DOMSource(xsl);
TransformerFactory tFactory = TransformerFactory.newInstance();
temp = tFactory.newTemplates(src);
if(stylesheetRootCacheEnabled) {
stylesheetRootCache.put(lookup, temp);
}
}
return temp;