Hi all,
I'm wondering if IDEA supports applying a stylesheet against a directory of XML files. From what I can tell in the Edit/Run Configurations menu > XSLT > Settings, there is only an option to 'Choose XML input file'. Saxon supports using a directory as input, but I'm not sure if there's a way to leverage that functionality. I've added the saxon9.jar to my project as a module; i.e. Project Structure > Modules > Dependencies.
Is there anything else I can try to get this? I know that I can create a catalog XML file to point a directory of XML files but I'd like to avoid the extra step if possible.
Thanks for your time & trouble.