RE: [xsl] How to display spaces?

Subject: RE: [xsl] How to display spaces?
From: "Simpson, George" <GeorgeS@xxxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 09:59:13 +0100
Hi Suman,

What to use is <fo:inline>&#160;</fo:inline> Unicode works for me!

I am only a beginner so others may have a better way on doing this :)

George

-----Original Message-----
From: Suman.Sathyanarayan@xxxxxxxxxxxx
[mailto:Suman.Sathyanarayan@xxxxxxxxxxxx]
Sent: 29 April 2002 09:10
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Cc: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx;
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] How to display spaces?




I cannot use &nbsp; in an XSL , so how do i display
white or blank spaces on the screen??
i am using IE 5.0

For example


<xsl:for-each select="attr[@name='url6' or @name='url6']">
        <td><xsl:value-of select="value"></xsl:value-of></td>
</xsl:for-each>

the value above may be null
so i want to display a space instead in my table

how do i do it??
Any other solutions?
How do i check for a null value and display an empty <td> ??


Regards,
Suman


-----------------------Disclaimer------------------------

The views of the author may not necessarily reflect those
of the Company. All liability is excluded to the extent
permitted by law for any claims arising as a result of the
use of this medium to transmit information by or to
IT Solutions (India) Pvt. Ltd.

We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to
carry out your own virus checks on any attachment to
this message.  We cannot accept liability for any loss or
damage caused by software viruses.

------------------------Disclaimer------------------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread