[xsl] Creating a whitespace for web page

Subject: [xsl] Creating a whitespace for web page
From: michael.s.eberhart@xxxxxxxxxxx
Date: Wed, 18 Aug 2004 13:08:44 -0400
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.

Current Thread