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  



> >
> > 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

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