I am currently using the 'msxsl' commandline tool to process my xml. I have some xsl:message in the xslt I use to debug, but these messages are not printed to the console.
Is there any setting or command line argument for 'msxsl' to print the xsl:message? OR is it redirected somewhere else other than standard output/error?
Is there any other commandline tool I can use on Windows?