Can multiple threads use a single XSLProcessor/XSLStylesheet instance to perform concurrent transformations?
As long as you are processing multiple files with no more than one XSLProcessor/XSLStylesheet instance for each XML file you can do this simultaneously using threads. If you take a look at the readme.html file in the bin directory, it describes ORAXSL which has a threads parameter for multithreaded processing.