xsl-list
[Top] [All Lists]

Re: [xsl] output file for xsl:message

2015-08-20 04:39:13
Vishnu vishnu(_at_)innodata(_dot_)com 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.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>