Title: Message
<!DOCTYPE stylesheet [
    <!ENTITY nbsp "<xsl:text disable-output-escaping='yes'>&amp;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 (&#160;) ?
 
cheers
andrew 
 
 

Reply via email to