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]

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


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