[xsl] Disable-output-escaping with Saxonlt 6.1 to output &

Subject: [xsl] Disable-output-escaping with Saxonlt 6.1 to output &
From: Brand_Niemann@xxxxxxx
Date: Tue, 6 Feb 2001 08:46:19 -0500

I want to output '&' (xml -->html) with Saxonlt 6.1.

I try the following:
<xsl:text disable-output-escaping="no">&amp;</xsl:text>
My result is &amp;

I try the following:
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>
My result is &amp;

Thanks.

Brand Niemann




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


Current Thread