Re: displaying an html non-breaking space '& nbsp ;'

Subject: Re: displaying an html non-breaking space '& nbsp ;'
From: Brett McLaughlin <bmclaugh@xxxxxxxx>
Date: Wed, 19 Jan 2000 14:26:25 -0600

swright@xxxxxxxxxxxx wrote:
> 
> I've looked through the archive cant seem to find a definitive answer.
> Within an XSL template, what's the best/easiest way to display a nbsp?
> 
> <xsl:template match='testbutton'>
>      <input type='button' value='button1'></input>

  <xsl:text> </xsl:text>
    --------^

Or &#160;

-Brett

>      <input type='button' value='button2'></input>
> </xsl:template>
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread