I have a folder containing 1000+ xml files. I need to modify these xml files, for which I am using xslt.
Now the problem that I am facing is that I want to use batch script to do this modification recursively for all the xml files in the folder, rather than doing it manually. How can I do it using batch script?
It would be helpful if anybody could tell me how can I read all the xml files present in a folder and copy them to another folder with the same name.