RE: how to output   to html from xsl?

Subject: RE: how to output   to html from xsl?
From: Brian Young <Brian.Young@xxxxxxx>
Date: Wed, 14 Jun 2000 14:45:27 -0400
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@xxxxxxxxxxxxxxxx'
Subject: RE: how to output &nbsp; 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@xxxxxxxxxxxx]
Sent: Wednesday, June 14, 2000 2:19 PM
To: xsl-list@xxxxxxxxxxxxxxxx
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


Current Thread