xsl-list
[Top] [All Lists]

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

2005-05-13 07:08:33
XML has five entities: those three plus &quot; and &apos; - so that you 
can deal with quotation marks and apostrophes.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




Ragulf Pickaxe <ragulf(_dot_)pickaxe(_at_)gmail(_dot_)com> 
05/13/2005 03:17 AM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
cc

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






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




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