Re: [xsl] How to display spaces?

Subject: Re: [xsl] How to display spaces?
From: Suman.Sathyanarayan@xxxxxxxxxxxx
Date: Mon, 29 Apr 2002 14:10:34 +0530
Hi Laura,

i am using the name space

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>

So it does not allow me to use <xsl:text>&#x20;</xsl:text>

Any other suggesstions??

Thanks,
Suman






                                                                                                         
                    "Laura Jenkins"                                                                      
                    <xsl_list@xxxxxxxxxxx>            To:     xsl-list@xxxxxxxxxxxxxxxxxxxxxx            
                    Sent by:                          cc:                                                
                    owner-xsl-list@xxxxxxxxxxxx       Subject:     Re: [xsl] How to display spaces?      
                    rytech.com                                                                           
                                                                                                         
                                                                                                         
                    04/29/02 02:42 PM                                                                    
                    Please respond to xsl-list                                                           
                                                                                                         
                                                                                                         




use <xsl:text>&#x20;</xsl:text>
thaz for space.


>From: Suman.Sathyanarayan@xxxxxxxxxxxx
>Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>CC: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx, xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>Subject: [xsl] How to display spaces?
>Date: Mon, 29 Apr 2002 13:39:36 +0530
>
>
>
>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
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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





-----------------------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


Current Thread