AbstractMethodError on org.apache.xalan.processor.TransformerFactoryImpl
- by JBristow
With the following code:
private Document transformDoc(Source source) throws TransformerException, IOException {
Transformer xslTransformer =
TransformerFactory.newInstance().newTransformer(new StreamSource(pdfTransformXslt.getInputStream()));
…