> What is the webwork.log4j.configfile property set to? Is it a new feature that you have to set this option? I'm pretty sure that it worked without it until recently.
Anyway yes, that missing option was the problem. I attached an updated version auf XSLTServlet.java. What I did - updated the ErrorListener to log MessageAndLocation instead of a huge stack trace telling that the transformation went wrong. - put the private member transformerFactory in operation. Since it's only used once in the Servlet within a synchronized block, it should not be necessary to get a newInstance each call? - set the error listener to the transformers as well. HTH, Sven...
XSLTServlet.java
Description: Binary data
