xsl-list
[Top] [All Lists]

RE: [xsl] zero width no-break space to prevent tag minimisation

2008-10-16 10:20:53
Can anyone see any issues with using a "zero with no-break space" (the
BOM) as a way of preventing tag minimization:

<div>&#65279;</div>

It seems to work - any reason I shouldn't use that? 

The only possible reasons I can think of are the reasons that apply to all
non-ASCII characters - you could hit encoding problems, and you could find
that the character isn't present in all fonts. But go for it if it works.

Michael Kay
http://www.saxonica.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>
--~--