Subject: RE: how to output to html from xsl?
From: Brian Young <Brian.Young@xxxxxxx>
Date: Wed, 14 Jun 2000 14:41:58 -0400
|
Hello,
I resorted to doing the following:
<xsl:text disable-output-escaping="yes">&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 to html from xsl?
Kay Michael wrote:
> >
> > I also tried put   in my xsl file, it had the same
> > problem. Is there any way to write out to an html file?
> >
> This is a FAQ and also the subject of another thread currently running.
> " " and " " 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
|