This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Disable-output-escaping with Saxonlt 6.1 to output &


Using <xsl:output method="html" encoding="utf-8" /> with (saxon 6.1):

<xsl:text disable-output-escaping="yes">&amp;</xsl:text>

gives me:

&

not:

&amp;

Little Mike

p.s. I'm sure Big Mike (Kay) will supply a more definitive answer!
-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
Brand_Niemann@tax.org
Sent: Tuesday, February 06, 2001 5:46 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] Disable-output-escaping with Saxonlt 6.1 to output &




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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]