This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE:   in XSL other than d-o-e ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]