You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Taras Shumeyko <no...@humgat.kiev.ua> on 2000/04/21 14:45:18 UTC

!! disable-output-escaping

I run with current Xalan, Xerces and was trying Xerces from CVS

I  have input :
         <b><xsl:text disable-output-escaping="yes">&lt;</xsl:text></b>

Resalt in HTML is:

<b><?xslt-next-is-raw formatter-to-dom?>&lt;</b>



How i can solve this porblem with unescape in Cocoon ?