DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24826>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24826 Transformer.transform is not thread safe (with nested xslt's) ------- Additional Comments From [EMAIL PROTECTED] 2003-11-19 16:41 ------- Not sure what Javadoc you're looking at, but I recommend that you upgrade. Version 2.3Dx is very old. In the new code, Templates.newTransformer() is a synchronized method. Please take a look at [1] for documentation on the API and [2] on the Transformer class. [1] http://xml.apache.org/xalan-j/apidocs/index.html [2] http://xml.apache.org/xalan-j/apidocs/javax/xml/transform/Transformer.html
