RE: [xsl] empty string

Subject: RE: [xsl] empty string
From: "Martinez, Brian" <brian.martinez@xxxxxxxxxxx>
Date: Tue, 17 Jun 2003 16:29:31 -0600
> From: Yan, Charlene [mailto:Charlene.Yan@xxxxxxxxxxxxxxxxxxx]
> 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.martinez@xxxxxxxxxxx |
| 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


Current Thread