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]

=?UTF-8?B?UkU6IGhvdyB0byBvdXRwdXQgJm5ic3A7IHRvIGh0bWwgZnJvbSB4?==?UTF-8?B?c2w/?=


Hello,

Note that I had that line in my xsl file, and output it to a jsp which I was able to later render into IE5.0 correctly.  Thinking on it, it may not address the case you are talking about.  Hope it helps, regardless.

Thanks,
   Brian Young


-----Original Message-----
From: Brian Young 
Sent: Wednesday, June 14, 2000 2:42 PM
To: 'xsl-list@mulberrytech.com'
Subject: RE: how to output   to html from xsl?


Hello,

I resorted to doing the following:

<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Sometimes telling someone to "get another X" is not an option, so you have to make do.

Thanks,
   Brian Young

-----Original Message-----
From: Victor Hu [mailto:vhu@openport.com]
Sent: Wednesday, June 14, 2000 2:19 PM
To: xsl-list@mulberrytech.com
Subject: Re: how to output &nbsp; to html from xsl?




Kay Michael wrote:

> >
> > I also tried put &#160; in my xsl file, it had the same
> > problem. Is there any way to write out &nbsp; to an html file?
> >
> This is a FAQ and also the subject of another thread currently running.
> "&nbsp;" and "&#160;" and the invisible character xA0 in HTML are absolutely
> equivalent,
> so if your browser renders them differently, get another browser.
>

thanks, I wish I could say this to our customers. This problem happened in both
IE and Nescape.

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


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


 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]