In the XslTransformPipelineStage.java, line 177: add the
following lines:
TransformerFactory transFact =
TransformerFactory.newInstance();
transformer = transFact.newTransformer(xslSource);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=547388
Immediate fix:
In the XslTransformPipelineStage.java, line 177: add the
following lines:
TransformerFactory transFact =
TransformerFactory.newInstance();
transformer = transFact.newTransformer(xslSource);