The implementation of {@link TransformationService} which transforms the input by XSLT.
24252627282930
private XsltTransformationService processor; @Before public void init() { processor = new XsltTransformationService(); }