8081828384858687
Result response = new StreamResult(writer); stylesheet.transform(request, response); return new NodeVariable(writer.toString()); } catch (TransformerException e) { throw new XsltException("Error during XSLT transforming!", e); } }