[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] output file for xsl:message


Subject: Re: [xsl] output file for xsl:message
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Aug 2015 09:39:07 -0000

Vishnu vishnu@xxxxxxxxxxxx wrote:
With the command line and doing the same thing using Oxygen 11.1 Saxon 9.2

According to http://www.saxonica.com/html/documentation/using-xsl/commandline.html, by default the xsl:message output goes to the standard error stream, you need to find out how you can redirect that in your shell to a file, I think using


2>message.xml

in the command is what works on Windows. You can also nominate with

-m:classname

a class to receive the output.

As for Oxygen, I don't know.


Current Thread
Keywords