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=13257>. 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=13257 ClassCastException when calling SAXTransformerFactory.newTransformerHandler() with an identity Templates object ------- Additional Comments From [EMAIL PROTECTED] 2002-10-04 14:12 ------- I am not sure if we want to support your use case. The Templates interface is not supposed to be implemented by the user. And there is no Templates object in identity transformation. You can use the no argument interface TransformerFactory.newTransformerHandler() to obtain a TransformerHandler for identity transformation. There is no need to create a wrapping Templates object.
