>>This could be fixed by changing the semantics of the "auto-translet" >> option. I actually think that using the CLASSPATH would make more sense.
The current behavior facilitates the use of translet from the Process command line. It eliminates the need to add the destination directory to the CLASSPATH before using the translet. Suppose that you want to run the following command: % java org.apache.xalan.xslt.Process -in subdir1/subsir2/test.xml -xsl subdir1/subdir2/test.xsl -xsltc -xt This command will use the translet to do the transformation if it exists in the subsir1/subdir2 directory. You don't need to add subdir1/subdir2 to the CLASSPATH before using the translet. Also I don't understand why setting the destination-directory does not work for this example. Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED]
