Visual Studio Code – How to specify multiple files as xmlSource in xslt task?
I am currently transforming xml to html with an xslt stylesheet. I use VS Code with the XSLT/XPath extension and have a tasks.json to do the transformation. It works fine for a single xml file, but I actually have multiple…