in XSLT

How can I use   in my XSLT file?

Put this right below the XML declaration
 
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "<xsl:text disable-output-escaping=’yes’>&amp;nbsp;</xsl:text>">]>
 
then, you can type &nbsp; in the document without any problems.