I want to change an XML file to a modified XML file via an XSLT file and XSLT processing tool.
For example: xsltprocess.exe -src a.xml -dest b.xml -xslt c.xslt
Can anyone assist me?
If you are looking for an XSLT processor you can use Saxon: http://saxon.sourceforge.net/
You can see the command line options here: http://saxon.sourceforge.net/saxon6.5.1/using-xsl.html