Re: non-breaking space

Subject: Re: non-breaking space
From: Phil Lanch <phil@xxxxxxxxxxxxxxx>
Date: Thu, 11 Nov 1999 20:18:39 +0000
> "Volkmann, Mark" wrote:
> 
> I'm using XSLT to output HTML.
> How can I output a non-breaking space (&nbsp;) within a template?

Define &nbsp; by including it in a DOCTYPE thing at the start of the
stylesheet:

<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>

-Or you could just use &#160; within the template,
but obviously that is less readable.

-- 

cheers

phil


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


Current Thread