[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: RE:

Subject: RE: RE:
From: "Xuegen Jin" <xjin_imi@xxxxxxxxx>
Date: Sat, 14 Apr 2001 18:38:52 -0400
xuegen jin
Maybe I was wrong. I only tested it on a win2k machine.

"&#153;" 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 &trade;
-----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: &#153;

You're wrong.

&#153; is allowed in XML, yes, if you copy the character it represents
into a new document via an XSLT transformation, you might get &#153;
in your output XML or HTML.

But &#153; 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)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.