xsl-list
[Top] [All Lists]

RE: empty string

2003-06-17 15:29:31
From: Yan, Charlene [mailto:Charlene(_dot_)Yan(_at_)thomsonlearning(_dot_)com]
Sent: Tuesday, June 17, 2003 3:31 PM
Subject: [xsl] empty string


Is there a way to put an empty string in xsl.  I use 
<xsl:value-of select="' '"/>.  Somehow it is automatically 
filled with a value of another cell.  Any ideas why?  Thanks!

That's not an empty string; that is a string consisting of exactly one space
(' ').  I think you want <xsl:value-of select="''"/>, but why would you ever
need to do that?

cheers,
b.

| brian martinez                           
brian(_dot_)martinez(_at_)cendant(_dot_)com |
| lead gui programmer                                    303.357.3548 |
| cheap tickets, part of trip network                fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400           englewood, co 80111 |
| cendant travel distribution services   http://www.cheaptickets.com/ |

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



<Prev in Thread] Current Thread [Next in Thread>