transforming all files in a directory 2007-03-24 - By Wolfhart
Hello,
How can I have ALL files in a directory transformed automatically one after the other? Right now I have the following:
java org.apache.xalan.xslt.Process -in ze/1.xml -xsl tm.xsl -out Temp/1.xml
And that works fine. What I would like to do is the following: I would like to have all the files in the ze/ subdirectory transformed via tm.xsl and the transformed files saved in the Temp/ subdirectory (under the same file names). Is there a way to do this with Xalan?
Thanks in advance for your help, Wolfhart -- View this message in context: http://www.nabble.com/transforming-all-files-in-a -directory-tf3460498.html#a9654937 Sent from the Xalan - J - Users mailing list archive at Nabble.com.
|
|