[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] How to deal with special characters in XSL?


Subject: RE: [xsl] How to deal with special characters in XSL?
From: Andrés Pedrera <apedrera@xxxxxx>
Date: Wed, 17 Oct 2001 15:14:42 +0200

Hi Aniceto,

> What if I need &nbsp; printed in the outputed html?
> yes I can use &#0160; but this prints " " not "&nbsp;"
> and I need it for crossbrowser html.

	If you want to ouput "&nbsp;" you can use &#38;nbsp;. This, will escape '&'
and will send "&nbsp;" to the browser.

	I hope it will be usefull to you.

	Regards,

	Andres Pedrera.
	Ya.com Internet Factory.


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



Current Thread