Re: Antwort: Re: Antwort: RE: Antwort: [xsl] External JavaScript?

Subject: Re: Antwort: Re: Antwort: RE: Antwort: [xsl] External JavaScript?
From: Brian Grainger <granam@xxxxxxx>
Date: Thu, 07 Nov 2002 23:21:50 -0700
At 11:55 AM 11/7/02 +0100, you wrote:

This also didn't work:
<script language="JavaScript"  type="text/javascript"
src="login.js">&#160;</script>

I haven't been following this thread, so please ignore this posting if my understanding of your problem is completely clueless.

If you're trying to escape &nbsp; in a document encoded as
UTF-8, you have to use Unicode escaping of the UTF-8
representation of the entity. In this case, &nbsp; is equal to
&#160;, and &#160; encoded as UTF-8 is \u00A0.

Regards,
Brian





XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread