This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: hyperlinks


Do you want a non-breaking space in XML? In HTML browsers,   was equiv
to nbsp, but in a XML char ref (Unicode) its 00A0. Try: <!ENTITY nbsp
"&#xa0;"> or <!ENTITY nbsp "&#x00A0;">. Didn't test but should work.

Mike
-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Ha Tran
Sent: Wednesday, January 31, 2001 6:03 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] hyperlinks


Hi,

I'm using &nbsp; for space like this:
	<!DOCTYPE xsl:stylesheet [
	<!ENTITY nbsp   "&#160;">
	]>
	RAPIDS<xsl:text>&nbsp;</xsl:text>MI<xsl:text>&nbsp;</xsl:text>49501
Browser shows : RAPIDSĀ MIĀ 49501
How can I fix this? Thank in advance.

Regards,
Ha


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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]