RE: [xsl] tag with one blank body

Subject: RE: [xsl] tag with one blank body
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 5 Jan 2010 13:01:15 -0000
> Try using <xsl:text 
> disable-output-escaping="yes">&#160;</xsl:text>. This should work.

A non-breaking space will never be escaped, so why disable escaping on it?
Only special characters like "<" and "&" are escaped.

And the OP said he wanted a space, not a non-breaking space.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread