Subject: RE: NewBie Q: Check if the data is empty
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 8 Sep 2004 22:43:31 +0100
|
See the FAQ:
http://www.dpawson.co.uk/xsl/sect2/N3328.html
Michael Kay
> -----Original Message-----
> From: john lee [mailto:excel_man@xxxxxxxxxxx]
> Sent: 08 September 2004 22:30
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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
|