The 'msxsl' command line tool does not print xsl:message to the standard output.

330 Views Asked by At

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?

0

There are 0 best solutions below