DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24268>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24268 XSLTC, disable-output-escaping="yes" works on xsl:value-of but not xsl:text [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 18:41 ------- This bug is invalid. The XSLT 1.0 recommendation says this is section 7.2 <!-- Category: instruction --> <xsl:text disable-output-escaping = "yes" | "no"> <!-- Content: #PCDATA --> </xsl:text> So an <xsl:text> element can contain only #PCDATA, not an <xsl:value-of> element. The only bug is that XSLTC doesn't catch this error. But that error is already reported in bug 26743.
