You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Alex Serbinenko <al...@home.com> on 2001/08/07 22:49:35 UTC

disable-output-escaping doesn't work (:-)

Dear sir!

I have xml
<body text="&lt;a href=http://www.microsoft.com&gt; test &lt;/a&gt;"/>

In xsl I wrote 

<xsl:value-of disable-output-escaping="yes" select="body//@text"/>

I wont have in output html   test  , but I have exactly the same as is in xml plus string 

'<?xslt-next-is-raw formatter-to-dom?>'. 

Can you help me? 

Thank you, Alex