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=14534>. 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=14534 java.io.StreamCorruptedException: InputStream does not contain a serialized object ------- Additional Comments From [EMAIL PROTECTED] 2002-11-14 15:40 ------- Actually there may be another alternative. Morris Kwan has recently added the "auto-translet" attribute to XSLTC's TransformerFactory. If you generate the translet using the command-line compiler, you could try something like this: // tfactory is an instance of XSLTC's TransformerFactory tfactory.setAttribute("auto-translet", "true"); Templates tt = tfactory.newTemplates(new StreamSource("classname")); For this to work, the translet (i.e. the class) must be accessible from your classpath. Morris: Has this new feature been documented?
