I have a XSL Stylesheet called "EAndSST2ARXML.xsl" in the XSLT/XSLT directory. I have several XML-Files to transform in the XSLT/InputFiles directory. The Output Files should be generated in the XSLT/OutputFiles directory. The Output files should have the same name as the input files, only the extension should change from .xml to .arxml. So far I achieve this with the following command in the XSL-File:I have a XSL Stylesheet called "EAndSST2ARXML.x