Re: [xsl] Single white space in Text output

Subject: Re: [xsl] Single white space in Text output
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 10 Jan 2007 21:26:36 +0100
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

Current Thread