RE: [xsl] [XSL] How to display special characters in,> a xsl:message

Subject: RE: [xsl] [XSL] How to display special characters in,> a xsl:message
From: Alain <alainb06@xxxxxxx>
Date: Sun, 21 Oct 2007 12:13:42 +0200
>> Any idea of how to get '>' (or any character XSL will escape) on
>> the MS-DOS console as xsl:message result with Saxon8.9 (without
>> un-escaping '>' everywhere on my regular output) ?
>>
>> Regards.
>>
>> ------------------------------
>
>Date: Sat, 20 Oct 2007 14:48:55 +0100
>To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
>From: "Michael Kay" <mike@xxxxxxxxxxxx>
>Subject: RE: [xsl] [XSL] How to display special characters in
> a xsl:message
>Message-ID: <00c701c8131f$f549fd80$6501a8c0@turtle>
>
> Add the option
>
> -m net.sf.saxon.event.TEXTEmitter
>
> to the command line. This causes xsl:message output to be
> serialized using the text output method instead of the XML output
> method.
>
>
> Also, the information at
>
> http://saxon.wiki.sourceforge.net/xslmessage
>
> might be helpful.
>
> Michael Kay
>
>----------------------------------------

It is very helpful indeed ! Thank's Michael.

I'll make it a separate template for "messages", just to be clean because
now it's becoming very MS-DOS-specific as I also have to output the
CR-LF MS-DOS style end of line. But I'm fine with that.

Regards.
Alain BENEDETTI.

Current Thread