- Make sure java 8 or later is installed. check the current version by 'java -version'
- download SaxonHE9-9-1-5J.zip from https://sourceforge.net/projects/saxon/files/latest/download
- Extract above zip and check if the extract has saxon9he.jar file - XSLT2.0 parser
- Goto extracted dir (ex:SaxonHE9-9-1-5J) and run below command
- java -jar saxon9he.jar -o:temp.out EmployeesData.xml EmployeesData.xsl
Note: -o:temp.out is required to avoid the error - ERROR [main] JAXPSAXProcessorInvoker - The system identifier of the principal output file is unknown;