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=5533>. 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=5533 redirect doesn't work in the cmdline interface ------- Additional Comments From [EMAIL PROTECTED] 2001-12-20 07:52 ------- This is the Command line I used: java -classpath "C:\TEMP\xalan\xalan-j_2_1_0\bin\xalan.jar;C:\TEMP\xalan\xalan- j_2_1_0\bin\xerces.jar" org.apache.xalan.xslt.Process -in C:\temp\gendir\transformation1 \dbg\tmpshareddir\root\xslt\doc\stylesheets\xcbl2sap\r3\Order\out.xml -xsl C:\perforce\Transformation\dev\src\_TestAndDocu\xsl\index.xsl -out index.htm This is the code I used: <redirect:write select="concat('./',$file, '.htm')"> ... xsl stuff ... </redirect:write> $file contains a string.
