This is strange
in latest XSLTC the line <xsl:text disable-output-escaping="yes">&</xsl:text> with html output method gives: & and the line <xsl:text disable-output-escaping="no">&</xsl:text> with html output method gives: &amp; while in Xalan the first line gives: & and the second gives: & A bug? with best wishes Alexander Kachanov
