Subject: Re: Non breaking space?
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Thu, 18 Dec 2003 16:22:15 -0800
|
Hi
You can use <xsl:text></xsl:text>
or use the following unicode characters..
tab ----------------------> <xsl:text>	</xsl:text>
newline-------------------> <xsl:text>
</xsl:text>
Carraige Return-----------> <xsl:text>
</xsl:text>
space --------------------> <xsl:text> </xsl:text>non breaking
space( nbsp;)-----> <xsl:text> </xsl:text>
Hope This Helps
Vasu
----- Original Message -----
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 17, 2003 8:17 AM
Subject: Non breaking space?
> Hi
>
> What can I use for nbsp; in XML?
>
> Regards
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|