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=14148>. 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=14148 Process command line cannot find translet for some xsl names ------- Additional Comments From [EMAIL PROTECTED] 2002-11-01 16:48 ------- Please use the following steps to reproduce the problem: > java org.apache.xalan.xslt.Process -in cars-2.xml -xsl cars-2.xsl -xsltc - xt -xx A translet in the name cars_2.class should be generated. Then run the same command again. The expected behavior is that you should see a debug message "Transform using translet cars_2". You will not see this message for the current code because the Process command line cannot find the translet. It will use the cars-2.xsl to transform and generated the cars_2.class again. This is not the correct behavior because the -xt option is supposed to use the translet for transformation.
