Re: [newbie] output  

Subject: Re: [newbie] output  
From: "xsl list" <xsl_list@xxxxxxxxxxx>
Date: Sat, 22 Jul 2000 15:51:23 EDT

>
> How can I output a non-blank-space
> or nbsp; from my xsl file...
>

use the ASCII equivalent: Dec(160). You can declare it as an entity:


<!ENTITY nbsp "&#160;">

Hence when you type &nbsp; in the XSL it will be printed as &nbsp; in the output. Or, just replace all &nbsp; in the XSL with &#160;.





________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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



Current Thread