Re: [newbie] output  

Subject: Re: [newbie] output  
From: "xsl list" <xsl_list@xxxxxxxxxxx>
Date: Sat, 22 Jul 2000 18:57:32 EDT
use the ASCII equivalent: Dec(160). You can declare it as an entity:
<!ENTITY nbsp " ">
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  .

Apparently the text in my email was escaped. So, to get an &nbsp; in the output: replace nbsp with #160


To declare it as an entity:
<!ENTITY nbsp "#<number>;">
where <number is 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