RE: Disabling escaping of characters in output

Subject: RE: Disabling escaping of characters in output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 1 Oct 1999 09:36:55 +0100
>I'm experiencing the following trouble with an XSL stylesheet : if I try to
output some >text (with xsl:text or not) contaning ", for instance, I get
&#34; as the output (with >SAXON only ; IE5 doesn't escape anything).

You can prevent escaping in SAXON (version 4.5) by using saxon:output
format=TEXT" or by setting saxon:format="TEXT" on the xsl:stylesheet
element.

This facility has found its way into the latest (August 1999) XSLT draft
using slightly different syntax, and the next version of SAXON will adopt
the standard syntax. 

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread