xsl-list
[Top] [All Lists]

Re: [xsl] Single white space in Text output

2007-01-10 13:28:00
any space:
<xsl:value-of select=" ' ' " />

non breaking space:
<xsl:value-of select=" '&#xA0;' " />

or use:
<xsl:text>&#xA0;</xsl:text>

But I can hardly believe that is your problem. Please elaborate on your question and add the part of your XSLT (plus XML) that causes your problem.

Senthilkumaravelan Krishnanatham wrote:
Hi,
Could you please help me ,how do I introduce single space between the values in XSLT.
Thanks,
Senthil

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