|
Thanks bry, that does work. And it's a fairly painless process.
I downloaded it from here:
and followed the instructions, including getting and installing MSXML4 SP2.
I cheated and put msxsl.exe in my c:\windows directory, then I was able to type:
msxsl -xe old-styles.xml ..\add-styles.xsl -o styles.xml
-xe tells it not to resolve external entities, i.e. not try to find the DTD
|