Re: [xsl] Special Characters in IE 6

Subject: Re: [xsl] Special Characters in IE 6
From: "Christopher P. Wang" <cpwang@xxxxxxxxxx>
Date: Tue, 17 Jun 2003 16:17:03 -0400
Nicole

I am not sure about IE 6.0, but I do know that  in Netscape 4.7, &#160; 
comes out as a question mark for the East Asian (Korean, Japanese, 
Chinese) language encodings.  For that reason, we use <xsl:text 
disable-output-escaping="yes">&amp;nbsp;</xsl:text> in our xsl.

Regards,
Chris

Christopher P. Wang
ibm.com Corporate Webmaster Team
cpwang@xxxxxxxxxx
1-914-784-7462 (tie-line 863-7462)




"Rowlinson, Nicole SLGA" <NRowlinson@xxxxxxxxxxxxxx>
Sent by: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
06/17/2003 03:53 PM
Please respond to xsl-list
 
        To:     "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" 
<xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
        cc: 
        Subject:        Re: [xsl] Special Characters in IE 6


Thanks for your replies.  The only thing I am unsure of is why numeric
entities like &#160; worked in IE 5.5, but in IE 6 it must be changed to 
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>.  I know 
that
IE 6 is supposed to be more "compliant" but I'm not sure what is wrong 
with
using the number code values.

Any ideas?

Nicole R.


 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