xsl-list
[Top] [All Lists]

Re: Using <xsl:for-each> and position() to increase indent in each iteration

2005-05-13 01:17:24
David Gadd wrote:
By googling I found a suggestion to use &#160; instead.

Is there a reason why &nbsp; is not working?

"&nbsp;" is an HTML entity.
XML only knows three entities: "&lt;" "&gt;" "&amp;"

Therefore all other characters that you need must be with their char
code, as you have found with "&#160;".

Ragulf Pickaxe :-)

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