This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [newbie] output  


>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]