RE: [xsl] Creating a whitespace for web page

Subject: RE: [xsl] Creating a whitespace for web page
From: "Maulik Modi" <MModi@xxxxxxxxxx>
Date: Wed, 18 Aug 2004 13:44:29 -0500
I am assuming you have the output method set to 'html' in your xsl
and/or the encoding of the output is is-8859-1? Try &nbsp; instead of
&#160;

Hope that helps.

-Maulik


-----Original Message-----
From: michael.s.eberhart@xxxxxxxxxxx
[mailto:michael.s.eberhart@xxxxxxxxxxx]
Sent: Wednesday, August 18, 2004 12:09 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Creating a whitespace for web page






I would like to my xslt code to create a whitespace for display on the
web page.  I am using the following code:

<td>&#160;</td>

and

<td>&#xa0;</td>

Both ways have failed, creating garbage characters instead of spaces.


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * *
This email contains privileged and confidential information intended only for
use of the intended recipient and is the property of Qcorps Residential, Inc.
Any review, use, distribution or disclosure by others is strictly prohibited.
If you are not the intended recipient of this email, please immediately reply
to sender and delete all copies of this email along with all attachments.
Thank you.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * *

Current Thread