Re: [xsl] hyperlinks

Subject: Re: [xsl] hyperlinks
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 1 Feb 2001 18:06:54 GMT

   Do you want a non-breaking space in XML? In HTML browsers, &#160; 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.


As mentioned already this week (and in the faq for this list)
&#160; _is_ &#xa0; 'cause xao is 10 x 16 + 0 = 160.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread