Re: preserving whitespace between controls

Subject: Re: preserving whitespace between controls
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 20 Dec 1999 17:47:55 GMT

> in Stylesheet I wrote:
> <input type="submit" value="Button1"/> &nbsp; <input type="reset"

That is legal if you have defined the entity &nbsp; to mean something.
It is a defined entity name in html, but in xml, such as this stylesheet
it is an error to use an entity refernce unless you define it.

Simpler is just to use the character directly, &#160;

David


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


Current Thread