xsl-list
[Top] [All Lists]

RE: [xsl] forcing non breaking spaces?

2006-07-24 11:11:04
To output a non-breaking space, use   You don't need
disable-output-escaping.

I seem to recall there are CSS techniques of making sure that empty cells
get rendered properly, but I don't remember the details. 

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

-----Original Message-----
From: Steve [mailto:subsume(_at_)gmail(_dot_)com] 
Sent: 24 July 2006 18:59
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] forcing non breaking spaces?

I have a rather large xsl document Full of tablular data. Of 
course, empty cells don't show up when there is nothing in 
them so a common trick is simply to put a space there.

Is there some more elegant way of making sure a space gets 
added after every value so that, if there is no value 
associated with it, there is still a space?


More elegant than going
<xsl:text disable-output-escaping="yes">&amp;#160;</xsl:text> 
crazy, that is.

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--