April 2006
Beginner
1114 pages
98h 16m
English
You can also perform transformations using the command-line transformation utility (msxsl.exe). msxsl.exe is available from Microsoft for free in the MSDN download area. It is a small shell executable that simply calls the Microsoft XML Parser to perform the transformation.
For example, the following command line transforms the TestStrip.xml file using the Strip.xslt transformation shown previously and writes the output to Out.xml:
msxsl TestStrip.xml Strip.xslt -o Out.xml
The output is the same as that created by using the DOMDocument object’s TransformNode method shown in the preceding section. The command-line utility allows you to automate transformations using batch files rather than Visual Basic code.
Read now
Unlock full access