xsl-list
[Top] [All Lists]

Re: Non breaking space?

2003-12-18 17:22:15
Hi
You can use <xsl:text></xsl:text>
or use the following  unicode  characters..

tab ---------------------->      <xsl:text>&#x9;</xsl:text>
newline------------------->      <xsl:text>&#xA;</xsl:text>
Carraige Return----------->      <xsl:text>&#xD;</xsl:text>
space -------------------->      <xsl:text>&#x20;</xsl:text>non breaking
space( nbsp;)-----> <xsl:text>&#xA0;</xsl:text>
Hope This Helps
Vasu
----- Original Message -----
From: "SHEIKH Sajjad" <Sajjad(_dot_)SHEIKH(_at_)efsa(_dot_)eu(_dot_)int>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, October 17, 2003 8:17 AM
Subject: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: Non breaking space?, Vasu Chakkera <=