Many thanks Scott...works well.
i guess the simplest way is to create a batch file that will do the reqd transforms.
i wonder if there is a way to do this from the lauch app portion of MCXML export ?
If you're referring to creating saved HTML, then yes, you can easily create a batch file to do it. You can even use the "append output filename" with a batch file and then access it as a parameter (%1). Combined with MSXSL.EXE in the same directory, you'll still have "one-click" creation.
Call a batch file like:
msxsl.exe %1 PresentAlbumRatings.xsl -o AlbumRatings.html
"C:\Program Files\Internet Explorer\iexplore.exe" AlbumRatings.html
This won't work because iexpore doesn't seem to like with the relative path. Maybe I've overlooking something silly, but if not, maybe you can write us a batch file that will get the current directory and create an absolute reference.
Scott-