Re: [xsl] nbsp;

Subject: Re: [xsl] nbsp;
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 24 Jan 2001 16:08:52 GMT
> Is there something unusual about the &nbsp;

No.

> other entities like &amp; work fine, anyone know why this happens?
There is something very special about &amp; It is one of the 5
predefined entities in XML. These are amp quot apos lt and gt.

If you want to use &nbsp; you need to load a DTD that defines that
entity. However there's not a lot of point using the name nbsp
as you can directly access the character as &#160;.


David

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


Current Thread