xslt.js is a command-line utility for transforming an input document against a specified XSLT transformation. Requires MSXML 4.0.
The help information is displayed if you run the utility from the command-line without supplying any arguments:
C:>xslt
MSXML XSLT Utility
usage: xslt inputFile xsltFile [options]
-o outputFile
-p paramName paramValue
The following example transforms input.xml using transform.xsl and saves the output to out.htm:
C:\>xslt input.xml transform.xsl -o out.htm
The result of the transformation will be displayed in the console if you don't specify an output file name.
Download here.
Posted
Jan 19 2004, 07:56 PM
by
Aaron Skonnard