> From: Yan, Charlene [mailto:Charlene.Yan@xxxxxxxxxxxxxxxxxxx]
> Sent: Tuesday, June 17, 2003 3:31 PM
> Subject: 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 |
- empty string
- Yan, Charlene - Tue, 17 Jun 2003 17:31:38 -0400 (EDT)
- <Possible follow-ups>
- Martinez, Brian - Tue, 17 Jun 2003 18:30:09 -0400 (EDT) <=
- Yan, Charlene - Wed, 18 Jun 2003 13:01:24 -0400 (EDT)
|
|