<!DOCTYPE stylesheet [
<!ENTITY nbsp "<xsl:text disable-output-escaping='yes'>&nbsp;</xsl:text>">
]>
<!ENTITY nbsp "<xsl:text disable-output-escaping='yes'>&nbsp;</xsl:text>">
]>
You will rarely need to use disable-output-escaping, in this case
simpy use &_#160; (underscore for mailers) instead or
use &_amp;nbsp; directly.
Why
would need the 6 characters ' & n s b p ; ' in your output, over
a normal space character ( ) ?
cheers
andrew