Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

empty <TD>s

Status
Not open for further replies.

mountainbiker

Programmer
Aug 21, 2002
122
GB
I am having difficulty with empty <TD>s. I try using the &#160 as in the OASIS exchange model, but I am getting a funky A. Try putting in a &nbsp; wrapped with CDATA, a <xsl:text> </xsl:text>, etc. but nothing seems to render a HTML &nbsp; on the rendering.
 
Code:
<td><xsl:text disable-output-escaping=&quot;yes&quot;><![CDATA[ ]]></xsl:text></td>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top