RE: [xsl] mixture of XML and HTML in result

Subject: RE: [xsl] mixture of XML and HTML in result
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 9 Jan 2004 09:53:44 -0000
> Maybe this would work, instead of &#160; 
> 
> <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
> 
> Worth a try...

Please search the archives of this list for all the good reasons why
using disable-output-escaping for this is a Really Bad Idea. It's also
totally unnecessary. Just write a NBSP character to the output the same
way as you would write any other character, and live with the fact that
you won't necessarily be able to see it on the screen, any more than you
can see a tab or a carriage return.

Michael Kay


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


Current Thread