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

Reply via email to