I have list of files in the folder/subfolders. How to run a single XSLT to run all the files in the folder/subfolder. Is it possible in saxon command line?
I have tried the below command but its not working:
java -jar saxon9.jar -o:foldername -xsl:xslfilename.xsl
Your help much appreciated.