xsl-list
[Top] [All Lists]

RE: [xsl] tag with one blank body

2010-01-05 08:02:30
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 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>