Subject: RE: RE:
From: "Xuegen Jin" <xjin_imi@xxxxxxxxx>
Date: Sat, 14 Apr 2001 18:38:52 -0400
|
Maybe I was wrong. I only tested it on a win2k machine.
"™" is displayed like superscripted "TM" on IE 5.5, Netscape 4.75 and
Netscape 6. I assumed that was the trade mark symbol.
This is the script I used to see how character entities are displayed in a
HTML page:
<script language="javascript">
for (var i=0; i < 255; i++)
{
document.write (i +":" + "&#" + i + ";<BR>");
}
</script>
and check against ™
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Mike Brown
Sent: Saturday, April 14, 2001 1:32 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: RE:
Xuegen Jin wrote:
> trade: ™
You're wrong.
™ is allowed in XML, yes, if you copy the character it represents
into a new document via an XSLT transformation, you might get ™
in your output XML or HTML.
But ™ does not represent a trademark symbol; it represents a non-
printing control character.
If you think it represents a trademark symbol, your perception of
reality has probably been infected by the misbehavior of Netscape on
Windows platforms with the Windows-1252 character map in effect.
- Mike
____________________________________________________________________________
_
mike j. brown, software engineer at | xml/xslt: http://skew.org/xml/
webb.net in denver, colorado, USA | personal:
http://hyperreal.org/~mike/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE:, (continued)
- David LeBlanc - Fri, 13 Apr 2001 18:30:20 -0400 (EDT)
- David Carlisle - Fri, 13 Apr 2001 18:48:58 -0400 (EDT)
- Xuegen Jin - Fri, 13 Apr 2001 19:24:43 -0400 (EDT)
- Mike Brown - Sat, 14 Apr 2001 14:33:02 -0400 (EDT)
- Xuegen Jin - Sat, 14 Apr 2001 18:26:29 -0400 (EDT) <=
- David Carlisle - Sat, 14 Apr 2001 20:12:56 -0400 (EDT)
- Xuegen Jin - Sat, 14 Apr 2001 20:27:46 -0400 (EDT)
- Peter Flynn - Sun, 15 Apr 2001 12:09:30 -0400 (EDT)
- Mike Brown - Fri, 13 Apr 2001 19:22:21 -0400 (EDT)
|
|