You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Alex Kachanov <al...@intadev.com> on 2002/04/30 05:57:09 UTC

XSLTC disable-output-escaping

This is strange

in latest XSLTC
the line <xsl:text disable-output-escaping="yes">&amp;</xsl:text>
with html output method

gives: &amp;

and the line <xsl:text disable-output-escaping="no">&amp;</xsl:text>
with html output method

gives: &amp;amp;


while in Xalan the first line 

gives: &

and the second

gives: &amp;


A bug?


with best wishes
Alexander Kachanov