xsl-list
[Top] [All Lists]

RE: NewBie Q: Check if the data is empty

2004-09-08 14:36:39
Try this -

<xsl:if test="string-length(normalize-space($variable))!=0">
        <xsl:value-of select="abc" />
</xsl:if>

HTH,
Vidya

-----Original Message-----
From: john lee [mailt

o:excel_man(_at_)hotmail(_dot_)com]
Sent: Wednesday, September 08, 2004 5:30 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] NewBie Q: Check if the data is empty


Hi All,

I got a newbie question. How do you do a check if the Data is empty or not.

Right now, this is what I have

<xsl:if Records != ''>

<!-- Do this  instruction -->

</xsl:if>

But even if the <Records> element doesnt have any value, it's still doing 
the instruction inside the xsl:if. The problem could be, in the <Records> 
element, it has a couple of spaces.
Anybody know how to fix this ? Thanks

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--


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