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 ( ) within a template?
Define by including it in a DOCTYPE thing at the start of the
stylesheet:
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
-Or you could just use   within the template,
but obviously that is less readable.
--
cheers
phil
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|