This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to display spaces?



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@hotmail.com>            To:     xsl-list@lists.mulberrytech.com            
                    Sent by:                          cc:                                                
                    owner-xsl-list@lists.mulber       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@itsindia.com
>Reply-To: xsl-list@lists.mulberrytech.com
>To: xsl-list@lists.mulberrytech.com
>CC: owner-xsl-list@lists.mulberrytech.com, xsl-list@lists.mulberrytech.com
>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]