RE: [xsl]   in XSL other than d-o-e ?

Subject: RE: [xsl]   in XSL other than d-o-e ?
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 19 Jul 2002 12:40:19 +0300
Hi,

>  I'm new to xsl and read the thread:
> 
> "Non-well-formed HTML in XSL"
> 
> So know I'm wondering if there's an other way using
>   in an XSL-Stylesheet without using d-o-e
> 
> This is the way I do it right now:
> <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
> 
> Is there another, much easier way?

<xsl:text>&#xA0;</xsl:text>

Santtu

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread