xsl-list
[Top] [All Lists]

Re: [xsl] writing error file

2006-09-21 06:21:21
hi

still confused and not able to get xsl:message in a file. i'm using saxon 8.7.3J, calling from a .bat file.


david:
saxon file.xml style.xsl 2> error.log

no. 2> or 2>> (to append messages) sends errors and recoverable errors from saxon to the file but *not* xsl:message messages.


george:
You can get (in general) the output of the xsl:message but you need processor specific code for that. Also this requires configuring the processor in a specific way, thus you need to have control over the transformation execution.

what processor specific code would i need for that configuring?


michael:
There may well be product configuration options that allow you to control where xsl:message output is sent and how it is formatted.

i checked the saxon options but could not find an appriopriate option. is the -m option usable on the (non-java) command line or .bat level for that?


thanks in advance
for your help that is very appreciated

frank


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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