Subject: RE: Disable-output-escaping with Saxonlt 6.1 to output &
From: "Michael Fitzgerald" <mike@xxxxxxxxxx>
Date: Tue, 6 Feb 2001 06:31:27 -0800
|
Using <xsl:output method="html" encoding="utf-8" /> with (saxon 6.1):
<xsl:text disable-output-escaping="yes">&</xsl:text>
gives me:
&
not:
&
Little Mike
p.s. I'm sure Big Mike (Kay) will supply a more definitive answer!
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
Brand_Niemann@xxxxxxx
Sent: Tuesday, February 06, 2001 5:46 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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">&</xsl:text>
My result is &
I try the following:
<xsl:text disable-output-escaping="yes">&</xsl:text>
My result is &
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
|