You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jari Aarniala <ja...@ioboxgroup.com> on 2000/05/08 15:09:43 UTC

Using

Hi.

I´m trying to output some special characters like this:

    <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>

Cocoon´s output is as follows:

    <?xslt-next-is-raw formatter-to-dom?>&nbsp;

and it´s not acceptable in my case! Any ideas? I´m using Cocoon 1.72.

    Jari Aarniala


Re: Using

Posted by Ulrich Mayring <ul...@denic.de>.
Jari Aarniala wrote:
> 
> Hi.
> 
> I´m trying to output some special characters like this:
> 
>     <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
> Cocoon´s output is as follows:
> 
>     <?xslt-next-is-raw formatter-to-dom?>&nbsp;
> 
> and it´s not acceptable in my case! Any ideas? I´m using Cocoon 1.72.

Declare the entity &nbsp; or use &#160;

This is not a cocoon issue, so you might want to read up on XML :)

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung