templates = factory.newTemplates(inXSLsrc);
} catch (TransformerConfigurationException e) {
throw new Sindb2xhtmlException("Failed to compile input sources.",e);
}
StyleSheet stylesheet = new StyleSheet();
try {
stylesheet.processFile(inXMLsrc, templates, tmp, null);
tmp.deleteOnExit();
} catch (TransformerException e) {
throw new Sindb2xhtmlException(e);
}
}