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: putting spaces into documents without getting "&nbsp" in the output HTML


I'm not sure I follow...are you trying to (1) get non-breaking spaces
without using   in HTML? or do you just need (2) regular spaces between
words in a text element that is output as HTML?

if (1), then I don't think so, since a non-breaking space is a special
character in html, if (2), just use a space char (" ").

...or, am I missing something???


Steve Crowers 


"The good Lord sets definite limits on man's wisdom but sets no limits on
his stupidity -- and that's just not fair." --Konrad Adenauer, German
Chancellor 


> I am using &#160 in between the words in a line in the XSL to get
> non-breaking spaces (&nbsp) in the output HTML, ... I want to 
> know is there any way of getting spaces instead of using &#160 
> in XSL which generates spaces but no &nbsp in the output HTML.


 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]